Writable 属性

Gets a value that indicates whether this is a read-write property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
ReadOnly Property Writable As Boolean
    Get
用法
Dim instance As ISfcProperty
Dim value As Boolean

value = instance.Writable
bool Writable { get; }
property bool Writable {
    bool get ();
}
abstract Writable : bool
function get Writable () : boolean

属性值

类型:System. . :: . .Boolean
true if this is a read-write property; false if this is a read-only property.