Compartir a través de


AgentApplication.Strict6xParameterParsing Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Protected Shared Property Strict6xParameterParsing As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

AgentApplication Clase

Espacio de nombres Microsoft.SqlServer.Replication