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 名前空間