SfcMetadataDiscovery Constructor
Initializes a new instance of the SfcMetadataDiscovery class with the specified type parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- type
Type: System.Type
The value of the type.