次の方法で共有


RemoteProcTransEnabled プロパティ

RemoteProcTransEnabled が設定されているかどうかを示すブール値を取得します。値の設定も可能です。

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

構文

'宣言
Property RemoteProcTransEnabled As Boolean
    Get
    Set
'使用
Dim instance As IServerConfigurationFacet
Dim value As Boolean

value = instance.RemoteProcTransEnabled

instance.RemoteProcTransEnabled = value
bool RemoteProcTransEnabled { get; set; }
property bool RemoteProcTransEnabled {
    bool get ();
    void set (bool value);
}
abstract RemoteProcTransEnabled : bool with get, set
function get RemoteProcTransEnabled () : boolean
function set RemoteProcTransEnabled (value : boolean)

プロパティ値

型: System. . :: . .Boolean
このプロパティが設定されている場合は True です。このプロパティが設定されていない場合は False です。