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