SfcElementTypeAttribute(String) Constructor

Definition

Creates a new instance of the SfcElementTypeAttribute

public SfcElementTypeAttribute (string elementTypeName);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcElementTypeAttribute : string -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcElementTypeAttribute
Public Sub New (elementTypeName As String)

Parameters

elementTypeName
String

The element type name

Applies to