SfcMetadataDiscovery-Konstruktor
Initializes a new instance of the SfcMetadataDiscovery class with the specified type parameter. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type _
)
'Usage
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
)
Parameter
- type
Typ: System. . :: . .Type
The value of the type.