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