Compartilhar via


Propriedade do RDL AgentApplication.Strict6xParameterParsing

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

AgentApplication Classe

Namespace Microsoft.SqlServer.Replication