Constructeur SfcMetadataDiscovery
Initializes a new instance of the SfcMetadataDiscovery class with the specified type parameter. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
type As Type _
)
'Utilisation
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
)
Paramètres
- type
Type : System.Type
The value of the type.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata