Partager via


StatisticsOption.Literal, propriété

Obtient ou définit la valeur de l'option.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property Literal As Literal
    Get
    Set
public Literal Literal { get; set; }
public:
property Literal^ Literal {
    Literal^ get ();
    void set (Literal^ value);
}
member Literal : Literal with get, set
function get Literal () : Literal
function set Literal (value : Literal)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Notes

Peut être null pour quelques valeurs de l'option.

Sécurité .NET Framework

Voir aussi

Référence

StatisticsOption Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms