Interface ITransferMetadataProvider
Defines methods that are required for transferring metadata on the referenced connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public Interface ITransferMetadataProvider
'Uso
Dim instance As ITransferMetadataProvider
public interface ITransferMetadataProvider
public interface class ITransferMetadataProvider
type ITransferMetadataProvider = interface end
public interface ITransferMetadataProvider
O tipo ITransferMetadataProvider expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
GetOptions | Gets the options for the transfer metadata process on the referenced connection. | |
SaveMetadata | Saves the metadata for the transfer process on the referenced connection. |
Início
Comentários
The ITransferMetadataProvider class is implemented by various instance classes.