次の方法で共有


MergePartition.DynamicSnapshotLocation プロパティ

パーティションに対して生成されるフィルター選択されたスナップショットの格納に使用されるオペレーティング システム フォルダーを取得します。値の設定も可能です。

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

構文

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

value = instance.DynamicSnapshotLocation

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

プロパティ値

型: System.String
String 値です。

説明

このプロパティは、すべてのユーザーが取得または設定できます。

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

MergePartition クラス

Microsoft.SqlServer.Replication 名前空間