Share via


IUdtMember.IsStatic Property

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

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

Syntax

'Declaration
ReadOnly Property IsStatic As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

IUdtMember Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace