次の方法で共有


ISnapshotGenerationAgent.DynamicSnapshotLocation プロパティ

Gets or sets the location of the partitioned snapshot for a subscription to a merge publication that is defined based-on a parameterized row filter.

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

構文

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

value = instance.DynamicSnapshotLocation

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

プロパティ値

型: System.String
The location of the partitioned snapshot.

関連項目

参照

ISnapshotGenerationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間