Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a DbSyncScopeDescription object that contains information about the specified scope that is defined for a SQL Server database.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
Public Shared Function GetDescriptionForScope ( _
scopeName As String, _
objectPrefix As String, _
connection As SqlConnection _
) As DbSyncScopeDescription
'Usage
Dim scopeName As String
Dim objectPrefix As String
Dim connection As SqlConnection
Dim returnValue As DbSyncScopeDescription
returnValue = SqlSyncDescriptionBuilder.GetDescriptionForScope(scopeName, objectPrefix, connection)
public static DbSyncScopeDescription GetDescriptionForScope (
string scopeName,
string objectPrefix,
SqlConnection connection
)
public:
static DbSyncScopeDescription^ GetDescriptionForScope (
String^ scopeName,
String^ objectPrefix,
SqlConnection^ connection
)
public static DbSyncScopeDescription GetDescriptionForScope (
String scopeName,
String objectPrefix,
SqlConnection connection
)
public static function GetDescriptionForScope (
scopeName : String,
objectPrefix : String,
connection : SqlConnection
) : DbSyncScopeDescription
Parameters
- scopeName
The name of the scope for which to retrieve a description.
- objectPrefix
The optional prefix that is used to identify objects that Sync Framework creates.
- connection
A SqlConnection object that contains a connection to the database.
Return Value
A DbSyncScopeDescription object that contains information about the specified scope.
See Also
Reference
SqlSyncDescriptionBuilder Class
SqlSyncDescriptionBuilder Members
Microsoft.Synchronization.Data.SqlServer Namespace