RouteOption.Literal 属性

获取或设置选项值。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Literal

备注

文字可以为字符串类型或整数类型。

.NET Framework 安全性

请参见

参考

RouteOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间