Condividi tramite


Proprietà IsStatic

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsStatic As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
true if this is a static member; otherwise, false.