ObjectProperty Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Specifies attributes of SQL Server Management Objects (SMO) object properties.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty
Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ObjectProperty
'Usage
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
The ObjectProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ObjectProperty | Initializes a new instance of the ObjectProperty class. |
Top
Properties
Name | Description | |
---|---|---|
DefaultValue | Gets or sets the default value of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.. | |
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. | |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. | |
KeyIndex | Gets or sets the property key index. | |
Name | Gets or sets a value that indicates the name of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PropertyMode | Gets or sets a value that indicates the mode of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ReadOnly | Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ReadOnlyAfterCreation | Gets or sets a value that indicates whether the property is read only after creation. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ReferenceKeys | Gets or sets the information about the keys that makes up the reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure.. | |
ReferenceTemplate | Gets or sets a value that indicates the URN (Uniform Resource Name) template for an object reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure.. | |
ReferenceTemplateParameters | Gets or sets the information about the keys that make up the reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure.. | |
ReferenceType | Gets or sets the type pointed to by object reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure.. | |
Type | Gets or sets a value that indicates the type of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Usage | Gets or sets the accepted usages for the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.