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


Свойство IsStatic

Gets a value that indicates whether this is a static member.

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

Синтаксис

'Декларация
ReadOnly Property IsStatic As Boolean
    Get
'Применение
Dim instance As IUdtMember
Dim value As Boolean

value = instance.IsStatic
bool IsStatic { get; }
property bool IsStatic {
    bool get ();
}
abstract IsStatic : bool
function get IsStatic () : boolean

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

Тип: System. . :: . .Boolean
true if this is a static member; otherwise, false.