Partager via


Propriété SupportsParameterization

Gets a value indicating whether the object supports 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
Public Overridable ReadOnly Property SupportsParameterization As Boolean
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

ISqlFilterDecoderCallback. . :: . .SupportsParameterization