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