Costruttore SfcElementTypeAttribute

Initializes a new instance of the SfcElementTypeAttribute class with the specified element type name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    elementTypeName As String _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

SfcElementTypeAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata