Partager via


Propriété Strict6xParameterParsing

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Protected Shared Property Strict6xParameterParsing As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean