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 命名空间