SfcElementTypeAttribute-Konstruktor
Initializes a new instance of the SfcElementTypeAttribute class with the specified element type name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
elementTypeName As String _
)
'Usage
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
)
Parameter
- elementTypeName
Typ: System. . :: . .String
A string value for the element type name.