Свойство ExtendedType

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public ReadOnly Property ExtendedType As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if the attribute is extended; otherwise, false.