Share via


ITransferMetadataProvider.GetOptions-Methode

Nur zur internen Verwendung. Löst beim Aufrufen durch einen Aufrufer eine System.NotSupportedException aus.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Function GetOptions As SortedList
'Usage
Dim instance As ITransferMetadataProvider 
Dim returnValue As SortedList 

returnValue = instance.GetOptions()
SortedList GetOptions()
SortedList^ GetOptions()
abstract GetOptions : unit -> SortedList
function GetOptions() : SortedList

Rückgabewert

Typ: SortedList
Ein SortedList-Systemobjekt, das die Optionen für den Prozess zum Übertragen von Metadaten enthält.

Hinweise

Optionen werden als Auflistung von benannten Variablen zurückgegeben.

Siehe auch

Verweis

ITransferMetadataProvider Schnittstelle

Microsoft.SqlServer.Management.Common-Namespace