ISnapshotGenerationAgent.DistributorNetworkLibrary プロパティ

Gets or sets the distributor network library.

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

構文

'宣言
Property DistributorNetworkLibrary As String 
    Get 
    Set
'使用
Dim instance As ISnapshotGenerationAgent 
Dim value As String 

value = instance.DistributorNetworkLibrary

instance.DistributorNetworkLibrary = value
string DistributorNetworkLibrary { get; set; }
property String^ DistributorNetworkLibrary {
    String^ get ();
    void set (String^ value);
}
abstract DistributorNetworkLibrary : string with get, set
function get DistributorNetworkLibrary () : String 
function set DistributorNetworkLibrary (value : String)

プロパティ値

型: System.String
The distributor network library.

関連項目

参照

ISnapshotGenerationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間