Свойство LiteralStatisticsOption.Literal

Gets the value for the option.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Literal As Literal 
    Get 
    Set
'Применение
Dim instance As LiteralStatisticsOption 
Dim value As Literal 

value = instance.Literal

instance.Literal = value
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The value for the option.

См. также

Справочник

LiteralStatisticsOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom