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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Alias | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 | |
DBType | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 | |
DefaultValue | Gets or sets the default value of the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ObjectProperty 继承。) | |
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. (从 ObjectProperty 继承。) | |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ObjectProperty 继承。) | |
KeyIndex | Gets or sets the property key index. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。