Konstruktor SfcMetadataRelation (String, Type)
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)
Składnia
'Deklaracja
Public Sub New ( _
propertyName As String, _
type As Type _
)
'Użycie
Dim propertyName As String
Dim type As Type
Dim instance As New SfcMetadataRelation(propertyName, _
type)
public SfcMetadataRelation(
string propertyName,
Type type
)
public:
SfcMetadataRelation(
String^ propertyName,
Type^ type
)
new :
propertyName:string *
type:Type -> SfcMetadataRelation
public function SfcMetadataRelation(
propertyName : String,
type : Type
)
Parametry
- propertyName
Typ: System.String
Ciąg określający nazwę właściwość.
- type
Typ: System.Type
Określony typ właściwość.