Konstruktor SfcMetadataRelation (String, Type, SfcPropertyFlags, AttributeCollection)
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Sub New ( _
propertyName As String, _
type As Type, _
flags As SfcPropertyFlags, _
attributes As AttributeCollection _
)
'Użycie
Dim propertyName As String
Dim type As Type
Dim flags As SfcPropertyFlags
Dim attributes As AttributeCollection
Dim instance As New SfcMetadataRelation(propertyName, _
type, flags, attributes)
public SfcMetadataRelation(
string propertyName,
Type type,
SfcPropertyFlags flags,
AttributeCollection attributes
)
public:
SfcMetadataRelation(
String^ propertyName,
Type^ type,
SfcPropertyFlags flags,
AttributeCollection^ attributes
)
new :
propertyName:string *
type:Type *
flags:SfcPropertyFlags *
attributes:AttributeCollection -> SfcMetadataRelation
public function SfcMetadataRelation(
propertyName : String,
type : Type,
flags : SfcPropertyFlags,
attributes : AttributeCollection
)
Parameters
- propertyName
Typ: System. . :: . .String
Ciąg określający nazwę właściwość.
- type
Typ: System. . :: . .Type
Określony typ właściwość.
- flags
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcPropertyFlags
Właściwość flagi.
- attributes
Typ: System.ComponentModel. . :: . .AttributeCollection
Kolekcja atrybutów.