Partager via


Constructeur SfcElementTypeAttribute

Initializes a new instance of the SfcElementTypeAttribute class with the specified element type name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    elementTypeName As String _
)
'Utilisation
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
)

Paramètres

  • elementTypeName
    Type : System.String
    A string value for the element type name.

Voir aussi

Référence

SfcElementTypeAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata