Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a value indicating whether the object supports parameterization. Ne faites pas directement référence à 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