หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: 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
Implements
ITransferMetadataProvider.GetOptions()