Lenguaje

BRUserScriptParameterArgument Clase

Definición

Un argumento que hace referencia a atributos en lugar de valores.

public ref class BRUserScriptParameterArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument
[System.Runtime.Serialization.DataContract(Name="BRUserScriptParameterArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRUserScriptParameterArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument
[<System.Runtime.Serialization.DataContract(Name="BRUserScriptParameterArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRUserScriptParameterArgument = class
    inherit BRArgument
Public Class BRUserScriptParameterArgument
Inherits BRArgument
Herencia
BRUserScriptParameterArgument
Atributos

Comentarios

El BRUserScriptParameterArgument tipo complejo hace referencia a atributos en lugar de valores.

Constructores

Nombre Description
BRUserScriptParameterArgument()

Inicializa una nueva instancia de la clase BRUserScriptParameterArgument.

Propiedades

Nombre Description
Identifier

Identifica el argumento de forma única.

(Heredado de BRArgument)
ParameterName

Especifica el nombre del parámetro.

PropertyName

Especifica el nombre de la propiedad.

(Heredado de BRArgument)
Sequence

Especifica la secuencia de parámetros.

Value

Especifica el valor del argumento.

Métodos

Nombre Description
SetProperty<T>(T, T, String, Boolean)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)
SetProperty<T>(T, T, String)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)

Se aplica a