Propriété IsParameter
Gets a value that indicates whether this is a parameter.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsParameter As Boolean
Get
'Utilisation
Dim instance As ILocalVariable
Dim value As Boolean
value = instance.IsParameter
bool IsParameter { get; }
property bool IsParameter {
bool get ();
}
abstract IsParameter : bool
function get IsParameter () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if this is a parameter; otherwise, false.
Voir aussi