Freigeben über


EnumObject.Name-Eigenschaft

Gets the name of the xpath level. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Protected Friend ReadOnly Property Name As String 
    Get
'Usage
Dim value As String 

value = Me.Name
protected internal string Name { get; }
protected public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Eigenschaftswert

Typ: System.String
The name of the xpath level.

Siehe auch

Verweis

EnumObject Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace