Compartir a través de


IsStatic Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property IsStatic As Boolean
    Get
'Uso
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

Valor de la propiedad

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