Partilhar via


Propriedade do RDL IsGlobalVariable

Gets a value that indicates whether this is a system function that starts with two at signs (@@) (for example, @@IDENTITY).

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

Sintaxe

'Declaração
ReadOnly Property IsGlobalVariable As Boolean
    Get
'Uso
Dim instance As IBuiltInFunction
Dim value As Boolean

value = instance.IsGlobalVariable
bool IsGlobalVariable { get; }
property bool IsGlobalVariable {
    bool get ();
}
abstract IsGlobalVariable : bool
function get IsGlobalVariable () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if this is a system function that starts with two at signs (@@); otherwise, false.