Compartilhar via


Construtor SfcMetadataDiscovery

Initializes a new instance of the SfcMetadataDiscovery class with the specified type parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    type As Type _
)
'Uso
Dim type As Type

Dim instance As New SfcMetadataDiscovery(type)
public SfcMetadataDiscovery(
    Type type
)
public:
SfcMetadataDiscovery(
    Type^ type
)
new : 
        type:Type -> SfcMetadataDiscovery
public function SfcMetadataDiscovery(
    type : Type
)

Parâmetros