SfcElementTypeAttribute.ElementTypeName Property
Gets or sets the name of the element type. 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 Property ElementTypeName As String
Get
Set
'Usage
Dim instance As SfcElementTypeAttribute
Dim value As String
value = instance.ElementTypeName
instance.ElementTypeName = value
public string ElementTypeName { get; set; }
public:
property String^ ElementTypeName {
String^ get ();
void set (String^ value);
}
member ElementTypeName : string with get, set
function get ElementTypeName () : String
function set ElementTypeName (value : String)
Property Value
Type: System.String
A string representing the name of the element type.