Compartir a través de


Clase SqlObjectProperty

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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
<ComVisibleAttribute(False)> _
Public Class SqlObjectProperty _
    Inherits ObjectProperty
'Uso
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

El tipo SqlObjectProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SqlObjectProperty No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Alias No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública DBType No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
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.. (Se hereda de ObjectProperty.)
Propiedad pública 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. (Se hereda de ObjectProperty.)
Propiedad pública ExtendedType Gets or sets a Boolean property value that specifies whether the property is an extended property or not. (Se hereda de ObjectProperty.)
Propiedad pública KeyIndex Gets or sets the property key index. (Se hereda de ObjectProperty.)
Propiedad pública LinkFields 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. (Se hereda de ObjectProperty.)
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. (Se hereda de ObjectProperty.)
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. (Se hereda de ObjectProperty.)
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. (Se hereda de ObjectProperty.)
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.. (Se hereda de ObjectProperty.)
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.. (Se hereda de ObjectProperty.)
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.. (Se hereda de ObjectProperty.)
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.. (Se hereda de ObjectProperty.)
Propiedad pública SessionValue Gets or sets the temporary value. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Size 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. (Se hereda de ObjectProperty.)
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. (Se hereda de ObjectProperty.)
Propiedad pública Value Gets or sets the tsql value 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 Add No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
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 público GetValue Returns the value of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc