共用方式為


ObjectProperty 類別

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Specifies attributes of SQL Server Management Objects (SMO) object properties.

繼承階層

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 中)

語法

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

ObjectProperty 型別公開下列成員。

建構函式

  名稱 說明
公用方法 ObjectProperty 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。Initializes a new instance of the ObjectProperty class.

上層

屬性

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

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

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