Propriété IsGlobalVariable
Gets a value that indicates whether this is a system function that starts with two at signs (@@) (for example, @@IDENTITY).
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsGlobalVariable As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if this is a system function that starts with two at signs (@@); otherwise, false.