共用方式為


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 命名空間