Partager via


Propriété BeginDialogStatement.ContractName

Gets or sets the contract that this conversation follows.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property ContractName As IdentifierOrValueExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

BeginDialogStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom