共用方式為


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.

請參閱

參考

AgentApplication 類別

Microsoft.SqlServer.Replication 命名空間