SfcMetadataDiscovery Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery
    Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Class SfcMetadataDiscovery
'Usage
Dim instance As SfcMetadataDiscovery
public class SfcMetadataDiscovery
public ref class SfcMetadataDiscovery
type SfcMetadataDiscovery =  class end
public class SfcMetadataDiscovery

The SfcMetadataDiscovery type exposes the following members.

Constructors

  Name Description
Public method SfcMetadataDiscovery 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.

Top

Properties

  Name Description
Public property ElementTypeName Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property IsBrowsable Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Keys Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Objects Gets the specified objects from the list. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Properties Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property ReferredBy Gets the list of metadata referred by the server. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Relations Gets the current relations of object in the list. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Type Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property TypeAttributes Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindProperty Returns the property with the specified name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetParentsFromType Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GetRootFromType Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetType (Inherited from Object.)
Public methodStatic member GetUrnSkeletonsFromType Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.