IUdtMember.IsStatic Property

 

Applies To: SQL Server 2016 Preview

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

bool IsStatic { get; }
property bool IsStatic {
    bool get();
}
abstract IsStatic : bool with get
ReadOnly Property IsStatic As Boolean

Property Value

Type: System.Boolean

true if this is a static member; otherwise, false.

See Also

IUdtMember Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top