Partilhar via


Propriedade do RDL IsStatic

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
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 da propriedade

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