Właściwość ElementTypeName
Pobiera lub ustawia nazwę typu elementu. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Property ElementTypeName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System. . :: . .String
Ciąg reprezentujący nazwę typu elementu.
Zobacz także