SfcMetadataDiscovery Constructor
Initializes a new instance of the SfcMetadataDiscovery class with the specified type parameter. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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
- type
Tipo: System.Type
The value of the type.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata