次の方法で共有


RemoteServiceBindingStatementBase.Options プロパティ

リモート サービス バインド オプションのコレクションを取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property Options As IList(Of RemoteServiceBindingOption)
    Get
'使用
Dim instance As RemoteServiceBindingStatementBase 
Dim value As IList(Of RemoteServiceBindingOption)

value = instance.Options
public IList<RemoteServiceBindingOption> Options { get; }
public:
property IList<RemoteServiceBindingOption^>^ Options {
    IList<RemoteServiceBindingOption^>^ get ();
}
member Options : IList<RemoteServiceBindingOption>
function get Options () : IList<RemoteServiceBindingOption>

プロパティ値

型: System.Collections.Generic.IList<RemoteServiceBindingOption>
リモート サービス バインド オプションのコレクション。

関連項目

参照

RemoteServiceBindingStatementBase クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間