Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The ITransferMetadataProvider class represents an interface that implements the transfer metadata process on the referenced connection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Private Function GetOptions As SortedList
Implements ITransferMetadataProvider.GetOptions
'Usage
Dim instance As Transfer
Dim returnValue As SortedList
returnValue = CType(instance, ITransferMetadataProvider).GetOptions()
SortedList ITransferMetadataProvider.GetOptions()
private:
virtual SortedList^ GetOptions() sealed = ITransferMetadataProvider::GetOptions
private abstract GetOptions : unit -> SortedList
private override GetOptions : unit -> SortedList
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Rückgabewert
Typ: System.Collections.SortedList
SortedList representing a collection of key/value pairs that are sorted by the keys and are accessible by key and by index
Implementiert
ITransferMetadataProvider.GetOptions()