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.