Partager via


Propriété SupportsParameterization

Gets a value that indicates whether the client supports query parameterization. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. 

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
ReadOnly Property SupportsParameterization As Boolean
    Get
'Utilisation
Dim instance As ISqlFilterDecoderCallback
Dim value As Boolean

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

Valeur de propriété

Type : System. . :: . .Boolean
true if the client supports query parameterization; otherwise, false.