SfcMetadataRelation Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- propertyName
- String
- type
- Type
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- flags
- SfcPropertyFlags
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- attributes
- AttributeCollection
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- flags
- SfcPropertyFlags
- attributes
- AttributeCollection
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- attributes
- AttributeCollection
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
- attributes
- AttributeCollection
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
- flags
- SfcPropertyFlags
- attributes
- AttributeCollection
Si applica a
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)
Parametri
- propertyName
- String
- type
- Type
- cardinality
- SfcCardinality
- relationship
- SfcRelationship
- containerType
- Type
- flags
- SfcPropertyFlags
- defaultValue
- Object
- attributes
- AttributeCollection