SqlObjectProperty Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
<ComVisibleAttribute(False)> _
Public Class SqlObjectProperty _
Inherits ObjectProperty
'Usage
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
The SqlObjectProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlObjectProperty | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Alias | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
DBType | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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. (Inherited from ObjectProperty.) | |
Expensive | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize. (Inherited from ObjectProperty.) | |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ObjectProperty.) | |
KeyIndex | Gets or sets the property key index. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ObjectProperty.) | |
LinkFields | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
SessionValue | Gets or sets the temporary value. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Size | 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. (Inherited from ObjectProperty.) | |
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. (Inherited from ObjectProperty.) | |
Value | Gets or sets the tsql value for the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Add | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue | Returns the value of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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.