Delen via


BeginDialogStatement.ContractName Property

Gets or sets the contract that this conversation follows.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property ContractName As IdentifierOrValueExpression 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

BeginDialogStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace