AssemblyStatement.Options 属性
Gets or sets the collection of assembly options.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property Options As IList(Of AssemblyOption)
Get
用法
Dim instance As AssemblyStatement
Dim value As IList(Of AssemblyOption)
value = instance.Options
public IList<AssemblyOption> Options { get; }
public:
property IList<AssemblyOption^>^ Options {
IList<AssemblyOption^>^ get ();
}
member Options : IList<AssemblyOption>
function get Options () : IList<AssemblyOption>
属性值
类型:System.Collections.Generic.IList<AssemblyOption>
The collection of assembly options.