Property.Readable 属性

Gets the Boolean property value that specifies whether the value of the property can be retrieved.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Readable As Boolean 
    Get
用法
Dim instance As [Property]
Dim value As Boolean 

value = instance.Readable
public bool Readable { get; }
public:
property bool Readable {
    bool get ();
}
member Readable : bool
function get Readable () : boolean

属性值

类型:System.Boolean
A Boolean value that specifies whether the property can be retrieved. If True, the property can be retrieved.If False (default), the property cannot be retrieved.

示例

设置属性

请参阅

参考

Property 类

Microsoft.SqlServer.Management.Smo 命名空间