共用方式為


SfcProperty 類別

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

繼承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty

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

語法

'宣告
Public NotInheritable Class SfcProperty _
    Implements ISfcProperty
'用途
Dim instance As SfcProperty
public sealed class SfcProperty : ISfcProperty
public ref class SfcProperty sealed : ISfcProperty
[<SealedAttribute>]
type SfcProperty =  
    class 
        interface ISfcProperty 
    end
public final class SfcProperty implements ISfcProperty

SfcProperty 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Attributes 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Computed Gets a value indicating whether the property object is computed. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Dirty 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Enabled 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Encrypted Gets a value indicating whether the object is encrypted. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values.
公用屬性 IdentityKey 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 IsAvailable Returns whether or not the command is currently enabled.
公用屬性 IsNull 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Name 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Readable 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Required 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Retrieved 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 SqlAzureDatabase 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Standalone 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Type Gets the type of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Value 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Writable Gets the Boolean property value that specifies whether the property can be modified.

上層

方法

  名稱 說明
公用方法 CompareTo Compares the property object to another object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 Equals 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 Object.Equals(Object)。)
公用方法 GetHashCode 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 Object.GetHashCode()。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 Object.ToString()。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Equality Determines whether two objects are equal by performing an equality operation on two Property objects. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用運算子靜態成員 GreaterThan Determines whether one object is greater than another object by performing a greater than operation on two Property objects.
公用運算子靜態成員 Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用運算子靜態成員 LessThan Determines whether one object is less than another object by performing a less than operation on two Property objects. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間