Compartir a través de


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
Método público 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
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.