Propriedade do RDL SupportsParameterization
Gets a value indicating whether the object supports parameterization. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property SupportsParameterization As Boolean
Get
'Uso
Dim instance As SqlObjectBase
Dim value As Boolean
value = instance.SupportsParameterization
public virtual bool SupportsParameterization { get; }
public:
virtual property bool SupportsParameterization {
bool get ();
}
abstract SupportsParameterization : bool
override SupportsParameterization : bool
function get SupportsParameterization () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the object supports parameterization; otherwise, false.