IntegerValueSessionOption.Unit 属性

获取或设置会话内存单位。

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

语法

声明
Public Property Unit As MemoryUnit
    Get
    Set
public MemoryUnit Unit { get; set; }
public:
property MemoryUnit Unit {
    MemoryUnit get ();
    void set (MemoryUnit value);
}
member Unit : MemoryUnit with get, set
function get Unit () : MemoryUnit
function set Unit (value : MemoryUnit)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.MemoryUnit
返回一个 MemoryUnit 枚举值。

.NET Framework 安全性

请参见

参考

IntegerValueSessionOption 类

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