SfcMetadataRelation Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- propertyName
- String
- type
- Type
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- flags
- SfcPropertyFlags
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- attributes
- AttributeCollection
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- flags
- SfcPropertyFlags
- attributes
- AttributeCollection
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- attributes
- AttributeCollection
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
- attributes
- AttributeCollection
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
- flags
- SfcPropertyFlags
- attributes
- AttributeCollection
Gilt für:
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)
Parameter
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
- flags
- SfcPropertyFlags
- defaultValue
- Object
- attributes
- AttributeCollection