Поделиться через


Свойство ExtendedType

Gets or sets a Boolean property value that specifies whether the property is an extended property or not. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Property ExtendedType As Boolean
    Get
    Set
'Применение
Dim instance As ObjectProperty
Dim value As Boolean

value = instance.ExtendedType

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

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

Тип: System. . :: . .Boolean
True , if the property is an extended property. Otherwise, false.