Share via


SfcElementTypeAttribute Constructor

Initializes a new instance of the SfcElementTypeAttribute class with the specified element type name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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
)

Parameters

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