ISfcMetadata Interface
Returns metadata for the type instance on which this interface is implemented.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface ISfcMetadata
'Usage
Dim instance As ISfcMetadata
public interface ISfcMetadata
public interface class ISfcMetadata
type ISfcMetadata = interface end
public interface ISfcMetadata
The ISfcMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
Metadata | Gets metadata for the instance on which the ISfcMetadata interface is implemented. |
Top