Свойство BeginDialogStatement.ContractName

Gets or sets the contract that this conversation follows.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property ContractName As IdentifierOrValueExpression 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The contract that this conversation follows.

См. также

Справочник

BeginDialogStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom