ITransferMetadataProvider.GetOptions 方法

仅供内部使用。 如果调用方调用,则引发 System.NotSupportedException。

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

返回值

类型:SortedList
一个 SortedList 系统对象,该对象包含用于传输元数据过程的选项。

注释

选择将作为名为可将用户的组合起来。

请参阅

参考

ITransferMetadataProvider 接口

Microsoft.SqlServer.Management.Common 命名空间