共用方式為


ISfcProperty 介面

Defines properties that can be used to provide information about a property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Interface ISfcProperty
'用途
Dim instance As ISfcProperty
public interface ISfcProperty
public interface class ISfcProperty
type ISfcProperty =  interface end
public interface ISfcProperty

ISfcProperty 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Attributes Gets the aggregated list of custom attributes that are associated with the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Dirty Gets a value that indicates whether the property value has been changed. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Enabled Gets a value that indicates whether the property is enabled. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 IsNull Gets a value that indicates whether the property value has been read and is nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing). 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Name Gets the name of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Required Gets a value that indicates whether the property is required to persist the current state of the object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Type Gets a Type object that represents the type of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Value Gets or sets the value of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Writable Gets a value that indicates whether this is a read-write property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層