GetDescriptionForScope-Methode (String, String, String, SqlConnection)
Gibt ein DbSyncScopeDescription-Objekt zurück, das Informationen zum angegebenen Bereich enthält, der für eine SQL Server-Datenbank definiert wird.
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, _
objectSchema As String, _
connection As SqlConnection _
) As DbSyncScopeDescription
'Usage
Dim scopeName As String
Dim objectPrefix As String
Dim objectSchema As String
Dim connection As SqlConnection
Dim returnValue As DbSyncScopeDescription
returnValue = SqlSyncDescriptionBuilder.GetDescriptionForScope(scopeName, _
objectPrefix, objectSchema, connection)
public static DbSyncScopeDescription GetDescriptionForScope(
string scopeName,
string objectPrefix,
string objectSchema,
SqlConnection connection
)
public:
static DbSyncScopeDescription^ GetDescriptionForScope(
String^ scopeName,
String^ objectPrefix,
String^ objectSchema,
SqlConnection^ connection
)
static member GetDescriptionForScope :
scopeName:string *
objectPrefix:string *
objectSchema:string *
connection:SqlConnection -> DbSyncScopeDescription
public static function GetDescriptionForScope(
scopeName : String,
objectPrefix : String,
objectSchema : String,
connection : SqlConnection
) : DbSyncScopeDescription
Parameter
- scopeName
Typ: System. . :: . .String
Der Name des Bereichs, für den eine Beschreibung abgerufen werden soll.
- objectPrefix
Typ: System. . :: . .String
Das optionale Präfix, das zum Identifizieren von Objekten verwendet wird, die von Sync Framework erstellt werden.
- objectSchema
Typ: System. . :: . .String
Das Datenbankschema, in dem Sync Framework Objekte erstellt.
- connection
Typ: System.Data.SqlClient. . :: . .SqlConnection
Ein SqlConnection-Objekt, das eine Verbindung mit der Datenbank enthält.
Rückgabewert
Typ: Microsoft.Synchronization.Data. . :: . .DbSyncScopeDescription
Ein DbSyncScopeDescription-Objekt, das Informationen zum angegebenen Bereich enthält.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | connection ist NULL. |
ArgumentException | scopeName ist NULL oder leer. |
Siehe auch
Verweis
SqlSyncDescriptionBuilder Klasse
SqlSyncDescriptionBuilder-Member