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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。