Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets a value indicating whether the object supports parameterization. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Property Value
Type: System.Boolean
true if the object supports parameterization; otherwise, false.
Implements
ISqlFilterDecoderCallback.SupportsParameterization