AgentApplication.Strict6xParameterParsing 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a value that indicates whether the parameter is strictly parsed six times.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)
语法
声明
Protected Shared Property Strict6xParameterParsing As Boolean
Get
Set
用法
Dim value As Boolean
value = AgentApplication.Strict6xParameterParsing
AgentApplication.Strict6xParameterParsing = value
protected static bool Strict6xParameterParsing { get; set; }
protected:
static property bool Strict6xParameterParsing {
bool get ();
void set (bool value);
}
static member Strict6xParameterParsing : bool with get, set
static function get Strict6xParameterParsing () : boolean
static function set Strict6xParameterParsing (value : boolean)
属性值
类型:System.Boolean
true if the parameter was strictly parsed six times; otherwise, false.