共用方式為


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 命名空間