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 or template that this object represents.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public ReadOnly Property ScopeName As String
Get
'Usage
Dim instance As SqlSyncScopeProvisioning
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 or template that this object represents.