SfcMetadataRelation Constructors

Definition

Overloads

SfcMetadataRelation(String, Type)
SfcMetadataRelation(String, Type, SfcPropertyFlags)
SfcMetadataRelation(String, Type, SfcCardinality, AttributeCollection)
SfcMetadataRelation(String, Type, SfcPropertyFlags, AttributeCollection)
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, AttributeCollection)
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type)
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, AttributeCollection)
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, SfcPropertyFlags, AttributeCollection)
SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, SfcPropertyFlags, Object, AttributeCollection)

SfcMetadataRelation(String, Type)

public SfcMetadataRelation (string propertyName, Type type);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type)

Parameters

propertyName
String
type
Type

Applies to

SfcMetadataRelation(String, Type, SfcPropertyFlags)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags flags);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, flags As SfcPropertyFlags)

Parameters

propertyName
String
type
Type

Applies to

SfcMetadataRelation(String, Type, SfcCardinality, AttributeCollection)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, System.ComponentModel.AttributeCollection attributes);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * System.ComponentModel.AttributeCollection -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, cardinality As SfcCardinality, attributes As AttributeCollection)

Parameters

propertyName
String
type
Type
cardinality
SfcCardinality
attributes
AttributeCollection

Applies to

SfcMetadataRelation(String, Type, SfcPropertyFlags, AttributeCollection)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags flags, System.ComponentModel.AttributeCollection attributes);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags * System.ComponentModel.AttributeCollection -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, flags As SfcPropertyFlags, attributes As AttributeCollection)

Parameters

propertyName
String
type
Type
attributes
AttributeCollection

Applies to

SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, AttributeCollection)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, System.ComponentModel.AttributeCollection attributes);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * System.ComponentModel.AttributeCollection -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, cardinality As SfcCardinality, relationship As SfcRelationship, attributes As AttributeCollection)

Parameters

propertyName
String
type
Type
cardinality
SfcCardinality
relationship
SfcRelationship
attributes
AttributeCollection

Applies to

SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Type containerType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, cardinality As SfcCardinality, relationship As SfcRelationship, containerType As Type)

Parameters

propertyName
String
type
Type
cardinality
SfcCardinality
relationship
SfcRelationship
containerType
Type

Applies to

SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, AttributeCollection)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Type containerType, System.ComponentModel.AttributeCollection attributes);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Type * System.ComponentModel.AttributeCollection -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, cardinality As SfcCardinality, relationship As SfcRelationship, containerType As Type, attributes As AttributeCollection)

Parameters

propertyName
String
type
Type
cardinality
SfcCardinality
relationship
SfcRelationship
containerType
Type
attributes
AttributeCollection

Applies to

SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, SfcPropertyFlags, AttributeCollection)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Type containerType, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags flags, System.ComponentModel.AttributeCollection attributes);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags * System.ComponentModel.AttributeCollection -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, cardinality As SfcCardinality, relationship As SfcRelationship, containerType As Type, flags As SfcPropertyFlags, attributes As AttributeCollection)

Parameters

propertyName
String
type
Type
cardinality
SfcCardinality
relationship
SfcRelationship
containerType
Type
attributes
AttributeCollection

Applies to

SfcMetadataRelation(String, Type, SfcCardinality, SfcRelationship, Type, SfcPropertyFlags, Object, AttributeCollection)

public SfcMetadataRelation (string propertyName, Type type, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Type containerType, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags flags, object defaultValue, System.ComponentModel.AttributeCollection attributes);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation : string * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Type * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags * obj * System.ComponentModel.AttributeCollection -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
Public Sub New (propertyName As String, type As Type, cardinality As SfcCardinality, relationship As SfcRelationship, containerType As Type, flags As SfcPropertyFlags, defaultValue As Object, attributes As AttributeCollection)

Parameters

propertyName
String
type
Type
cardinality
SfcCardinality
relationship
SfcRelationship
containerType
Type
defaultValue
Object
attributes
AttributeCollection

Applies to