Gets or sets the option kind value.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OptionKind As XmlForClauseOptions
Get
Set
用法
Dim instance As XmlForClauseOption
Dim value As XmlForClauseOptions
value = instance.OptionKind
instance.OptionKind = value
public XmlForClauseOptions OptionKind { get; set; }
public:
property XmlForClauseOptions OptionKind {
XmlForClauseOptions get ();
void set (XmlForClauseOptions value);
}
member OptionKind : XmlForClauseOptions with get, set
function get OptionKind () : XmlForClauseOptions
function set OptionKind (value : XmlForClauseOptions)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.XmlForClauseOptions
The option kind value.