SfcMetadataRelation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- flags
- SfcPropertyFlags
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
- flags
- SfcPropertyFlags
- 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
- flags
- SfcPropertyFlags
- 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
- flags
- SfcPropertyFlags
- defaultValue
- Object
- attributes
- AttributeCollection