次の方法で共有


AssemblyStatement.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>
アセンブリ オプションのコレクション。

関連項目

参照

AssemblyStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間