Clase ObjectProperty
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Specifies attributes of SQL Server Management Objects (SMO) object properties.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ObjectProperty
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlObjectProperty
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ObjectProperty
'Uso
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
El tipo ObjectProperty expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ObjectProperty | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.Initializes a new instance of the ObjectProperty class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
DefaultValue | Gets or sets the default value of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Expensive | No haga referencia directamente a este miembro en el código. Admite la infraestructura de 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. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
KeyIndex | Gets or sets the property key index. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Name | Gets or sets a value that indicates the name of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
PropertyMode | Gets or sets a value that indicates the mode of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ReadOnly | Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ReadOnlyAfterCreation | Gets or sets a value that indicates whether the property is read only after creation. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ReferenceKeys | Gets or sets the information about the keys that makes up the reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ReferenceTemplate | Gets or sets a value that indicates the URN (Uniform Resource Name) template for an object reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ReferenceTemplateParameters | Gets or sets the information about the keys that make up the reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ReferenceType | Gets or sets the type pointed to by object reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Type | Gets or sets a value that indicates the type of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Usage | Gets or sets the accepted usages for the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.