Compartir a través de


BeginDialogStatement.ContractName Propiedad

Gets or sets the contract that this conversation follows.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property ContractName As IdentifierOrValueExpression 
    Get 
    Set
'Uso
Dim instance As BeginDialogStatement 
Dim value As IdentifierOrValueExpression 

value = instance.ContractName

instance.ContractName = value
public IdentifierOrValueExpression ContractName { get; set; }
public:
property IdentifierOrValueExpression^ ContractName {
    IdentifierOrValueExpression^ get ();
    void set (IdentifierOrValueExpression^ value);
}
member ContractName : IdentifierOrValueExpression with get, set
function get ContractName () : IdentifierOrValueExpression 
function set ContractName (value : IdentifierOrValueExpression)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The contract that this conversation follows.

Vea también

Referencia

BeginDialogStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom