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.