Transfer.ITransferMetadataProvider.GetOptions Method
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.