Freigeben über


XmlReadProperty.ExtendedType-Eigenschaft

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
Public ReadOnly Property ExtendedType As Boolean 
    Get
'Usage
Dim instance As XmlReadProperty 
Dim value As Boolean 

value = instance.ExtendedType
public bool ExtendedType { get; }
public:
property bool ExtendedType {
    bool get ();
}
member ExtendedType : bool
function get ExtendedType () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the attribute is extended; otherwise, false.

Siehe auch

Verweis

XmlReadProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace