共用方式為


SqlObjectProperty 類別

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

繼承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty
    Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty

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

語法

'宣告
<ComVisibleAttribute(False)> _
Public Class SqlObjectProperty _
    Inherits ObjectProperty
'用途
Dim instance As SqlObjectProperty
[ComVisibleAttribute(false)]
public class SqlObjectProperty : ObjectProperty
[ComVisibleAttribute(false)]
public ref class SqlObjectProperty : public ObjectProperty
[<ComVisibleAttribute(false)>]
type SqlObjectProperty =  
    class 
        inherit ObjectProperty 
    end
public class SqlObjectProperty extends ObjectProperty

SqlObjectProperty 型別公開下列成員。

建構函式

  名稱 說明
公用方法 SqlObjectProperty 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

屬性

  名稱 說明
公用屬性 Alias 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 DBType 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 DefaultValue Gets or sets the default value of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。. (繼承自 ObjectProperty。)
公用屬性 Expensive Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize. (繼承自 ObjectProperty。)
公用屬性 ExtendedType Gets or sets a Boolean property value that specifies whether the property is an extended property or not. (繼承自 ObjectProperty。)
公用屬性 KeyIndex Gets or sets the property key index. (繼承自 ObjectProperty。)
公用屬性 LinkFields 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Name Gets or sets a value that indicates the name of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 ObjectProperty。)
公用屬性 PropertyMode Gets or sets a value that indicates the mode of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 ObjectProperty。)
公用屬性 ReadOnly Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 ObjectProperty。)
公用屬性 ReadOnlyAfterCreation Gets or sets a value that indicates whether the property is read only after creation. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 ObjectProperty。)
公用屬性 ReferenceKeys Gets or sets the information about the keys that makes up the reference. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。. (繼承自 ObjectProperty。)
公用屬性 ReferenceTemplate Gets or sets a value that indicates the URN (Uniform Resource Name) template for an object reference. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。. (繼承自 ObjectProperty。)
公用屬性 ReferenceTemplateParameters Gets or sets the information about the keys that make up the reference. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。. (繼承自 ObjectProperty。)
公用屬性 ReferenceType Gets or sets the type pointed to by object reference. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。. (繼承自 ObjectProperty。)
公用屬性 SessionValue Gets or sets the temporary value. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Size 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Type Gets or sets a value that indicates the type of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 ObjectProperty。)
公用屬性 Usage Gets or sets the accepted usages for the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 ObjectProperty。)
公用屬性 Value Gets or sets the tsql value for the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

方法

  名稱 說明
公用方法 Add 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 GetValue Returns the value of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

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

請參閱

參考

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