RouteOption.Literal 属性
Gets or sets the literal value of 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 RouteOption
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 literal option value.