MergeDynamicSnapshotJob.DynamicSnapshotLocation プロパティ
このスナップショット エージェント ジョブによって生成される、フィルター選択されたスナップショットの格納に使用されるオペレーティング システム フォルダーを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property DynamicSnapshotLocation As String
Get
Set
'使用
Dim instance As MergeDynamicSnapshotJob
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 でのみサポートされています。