XmlReadProperty.ExtendedType Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property ExtendedType As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if the attribute is extended; otherwise, false.