Freigeben über


AgentApplication.Strict6xParameterParsing-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets a value that indicates whether the parameter is strictly parsed six times.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Protected Shared Property Strict6xParameterParsing As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
true if the parameter was strictly parsed six times; otherwise, false.

Siehe auch

Verweis

AgentApplication Klasse

Microsoft.SqlServer.Replication-Namespace