SfcMetadataRelation Class

 

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)

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

public ref class SfcMetadataRelation : SfcMetadataDiscovery

NameDescription
System_CAPS_pubmethodSfcMetadataRelation(String^, Type^)

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

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcCardinality, AttributeCollection^)

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

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcCardinality, SfcRelationship, AttributeCollection^)

Initializes a new instance of the SfcMetadataRelation class with the specified parameters. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcCardinality, SfcRelationship, Type^)

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

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcCardinality, SfcRelationship, Type^, AttributeCollection^)

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

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcCardinality, SfcRelationship, Type^, SfcPropertyFlags, AttributeCollection^)

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

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcCardinality, SfcRelationship, Type^, SfcPropertyFlags, Object^, AttributeCollection^)

Initializes a new instance of the SfcMetadataRelation class with the specified parameters. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcPropertyFlags)

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

System_CAPS_pubmethodSfcMetadataRelation(String^, Type^, SfcPropertyFlags, AttributeCollection^)

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

NameDescription
System_CAPS_pubpropertyCardinality

Gets the cardinality of this type in relationship with its parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyContainerType

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

System_CAPS_pubpropertyElementTypeName

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubpropertyIsBrowsable

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

System_CAPS_pubpropertyKeys

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubpropertyObjects

Gets the specified objects from the list. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubpropertyProperties

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubpropertyPropertyDefaultValue

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

System_CAPS_pubpropertyPropertyFlags

Gets the property flags in relation of the metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyPropertyName

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

System_CAPS_pubpropertyReferredBy

Gets the list of metadata referred by the server. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubpropertyRelations

Gets the current relations of object in the list. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubpropertyRelationship

Gets a relationship with the parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyRelationshipAttributes

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

System_CAPS_pubpropertySupportsDesignMode

Indicates whether the type supports design mode. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyType

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubpropertyTypeAttributes

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindProperty(String^)

Returns the property with the specified name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcMetadataDiscovery.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolve(Object^)

Resolves a single target instance from the given source instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodResolve<T, S>(S)

Resolves a strongly-typed single target instance from the given source instance.

System_CAPS_pubmethodResolveCollection(Object^)

Resolves a single target instance from the given source instance.

System_CAPS_pubmethodResolveCollection<T, S>(S)

Resolves a strongly-typed target enumerable from the given source instance.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: