Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the alternate snapshot folder for the subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property AltSnapshotFolder As String
Get
Set
'Usage
Dim instance As ITransSynchronizationAgent
Dim value As String
value = instance.AltSnapshotFolder
instance.AltSnapshotFolder = value
string AltSnapshotFolder { get; set; }
property String^ AltSnapshotFolder {
String^ get ();
void set (String^ value);
}
abstract AltSnapshotFolder : string with get, set
function get AltSnapshotFolder () : String
function set AltSnapshotFolder (value : String)
Property Value
Type: System.String
The alternate snapshot folder.