Propriedade do RDL IsParameter
Gets a value that indicates whether this is a parameter.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property IsParameter As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if this is a parameter; otherwise, false.
Consulte também