共用方式為


ITransferMetadataProvider.GetOptions 方法

For internal use only. Throws a System.NotSupportedException if invoked by a caller.

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Function GetOptions As SortedList
'用途
Dim instance As ITransferMetadataProvider 
Dim returnValue As SortedList 

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

傳回值

型別:System.Collections.SortedList
A SortedList system object that contains the options for the transfer metadata process.

備註

Options are returned as a collection of named variables.

請參閱

參考

ITransferMetadataProvider 介面

Microsoft.SqlServer.Management.Common 命名空間