GetOptions 方法

Gets the options for the transfer metadata process on the referenced connection.

命名空间:  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.