SfcMetadataRelation 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 SfcMetadataRelation _
Inherits SfcMetadataDiscovery
'Usage
Dim instance As SfcMetadataRelation
public class SfcMetadataRelation : SfcMetadataDiscovery
public ref class SfcMetadataRelation : public SfcMetadataDiscovery
type SfcMetadataRelation =
class
inherit SfcMetadataDiscovery
end
public class SfcMetadataRelation extends SfcMetadataDiscovery
The SfcMetadataRelation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SfcMetadataRelation(String, Type) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcMetadataRelation(String, Type, SfcPropertyFlags) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcMetadataRelation(String, Type, SfcCardinality, AttributeCollection) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcMetadataRelation(String, Type, SfcPropertyFlags, AttributeCollection) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcMetadataRelation(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. | |
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, AttributeCollection) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, SfcPropertyFlags, AttributeCollection) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcMetadataRelation(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. |
Top
Properties
Name | Description | |
---|---|---|
Cardinality | 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. | |
ContainerType | Gets the container control type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ElementTypeName | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcMetadataDiscovery.) | |
IsBrowsable | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Keys | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcMetadataDiscovery.) | |
Objects | 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.) | |
Properties | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcMetadataDiscovery.) | |
PropertyDefaultValue | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PropertyFlags | Gets the property flags in relation of the metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PropertyName | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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. (Inherited from SfcMetadataDiscovery.) | |
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. (Inherited from SfcMetadataDiscovery.) | |
Relationship | Gets a relationship with the parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
RelationshipAttributes | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SupportsDesignMode | Indicates whether the type supports design mode. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Type | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcMetadataDiscovery.) | |
TypeAttributes | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcMetadataDiscovery.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindProperty | 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.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Resolve(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. | |
Resolve<T, S>(S) | Resolves a strongly-typed single target instance from the given source instance. | |
ResolveCollection(Object) | Resolves a single target instance from the given source instance. | |
ResolveCollection<T, S>(S) | Resolves a strongly-typed target enumerable from the given source instance. | |
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.