Freigeben über


SqlObjectBase.SupportsParameterization-Eigenschaft

Gets a value indicating whether the object supports parameterization. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsParameterization As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

ISqlFilterDecoderCallback.SupportsParameterization

Siehe auch

Verweis

SqlObjectBase Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace