Partilhar via


Construtor SfcElementTypeAttribute

Initializes a new instance of the SfcElementTypeAttribute class with the specified element type name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    elementTypeName As String _
)
'Uso
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
)

Parâmetros

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

Consulte também

Referência

SfcElementTypeAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata