Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the name of the scope for which initialization is required.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ScopeName As String
Get
'Usage
Dim instance As DbBeginSnapshotInitializationEventArgs
Dim value As String
value = instance.ScopeName
public string ScopeName { get; }
public:
property String^ ScopeName {
String^ get ();
}
member ScopeName : string
function get ScopeName () : String
Property Value
Type: System.String
The name of the scope for which initialization is required.