Strict6xParameterParsing 속성

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
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