Konstruktor SfcElementTypeAttribute
Inicjuje nowe wystąpienie SfcElementTypeAttribute klasy z nazwy typu określonego elementu.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 ( _
elementTypeName As String _
)
'Użycie
Dim elementTypeName As String
Dim instance As New SfcElementTypeAttribute(elementTypeName)
public SfcElementTypeAttribute(
string elementTypeName
)
public:
SfcElementTypeAttribute(
String^ elementTypeName
)
new :
elementTypeName:string -> SfcElementTypeAttribute
public function SfcElementTypeAttribute(
elementTypeName : String
)
Parametry
- elementTypeName
Typ: System.String
Wartość ciąg nazwy typu elementu.
Zobacz także