Classe SqlObject
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Adds to the SqlObjectBase class logic to initialize from an XML file.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.EnumObject
Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
Microsoft.SqlServer.Management.Sdk.Sfc.SqlObject
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public MustInherit Class SqlObject _
Inherits SqlObjectBase _
Implements ISupportInitDatabaseEngineData
'Uso
Dim instance As SqlObject
[ComVisibleAttribute(false)]
public abstract class SqlObject : SqlObjectBase,
ISupportInitDatabaseEngineData
[ComVisibleAttribute(false)]
public ref class SqlObject abstract : public SqlObjectBase,
ISupportInitDatabaseEngineData
[<AbstractClassAttribute>]
[<ComVisibleAttribute(false)>]
type SqlObject =
class
inherit SqlObjectBase
interface ISupportInitDatabaseEngineData
end
public abstract class SqlObject extends SqlObjectBase implements ISupportInitDatabaseEngineData
O tipo SqlObject expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SqlObject | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes an instance of the SqlObject class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ConditionedSqlList | Gets or sets the list of the ConditionedSql object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
ConnectionInfo | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
Distinct | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
Filter | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
FixedProperties | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
Name | Gets the name of the xpath level. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
OrderByRedirect | Gets an object used to translate an order by on post process fields to other supporting fields. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
PostProcessList | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
PropertyLinkList | Gets or sets the list of the links for the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
Request | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
RequestParentSelect | Gets or sets the storage for a parent select. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
ResourceAssembly | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the assembly that has the configuration file for this object. | |
ResultTypes | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
SpecialQuery | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
SqlRequest | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
StatementBuilder | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
SupportsParameterization | Gets a value indicating whether the object supports parameterization. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
Urn | Gets or sets the property that lives only while the request is serviced. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddConditionals | Adds a SQL which is necessary if the property field is requested. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddConditionalsJustPropDependencies | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddConstantForFilter | Indicates that the FilterDecoder reports that a constant is added for filter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddFilterProperty | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddLinkProperty | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddOrderByAcrossDatabases | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddOrderByInDatabase | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddOrderByProperty(String) | Adds an order by the property of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddOrderByProperty(String, Boolean) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
AddProperty | Adds to the collection of properties. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
AddPropertyForFilter | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
BeforeStatementExecuted | Allows the subclasses to add anything to the statement. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
BuildStatement | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
ClearHits | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
ComputeFixedProperties | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
Equals | (Herdado de Object.) | |
FillData | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
FillDataWithUseFailure | Retrieves the data from the SQL server and if it fails to retrieve into a database then ignore that database. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
Finalize | (Herdado de Object.) | |
GetAliasPropertyName | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
GetData | Fills the StatementBuilder with the information for this level. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
GetFixedStringProperty | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
GetHashCode | (Herdado de Object.) | |
GetProperties | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
GetProperty | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
GetSqlProperty | Retrieves the property field if it is legal for the usage, else throws. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
GetType | (Herdado de Object.) | |
GetUrnProperties | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) | |
Initialize | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes the connection and xpath information. (Substitui EnumObject.Initialize(Object, XPathExpressionBlock).) | |
IntegrateParentResult | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
LoadAndStore | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Loads the requested fields from the specified XML document in the specified assembly. | |
LoadInitData | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Loads the specified file for the specified version and type of the Database Engine. | |
LoadInitDataFromAssembly | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Loads the specified file from the specified assembly for the specified version and type of the Database Engine. | |
MemberwiseClone | (Herdado de Object.) | |
PostProcess | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
ResolveComputedField | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
ResolveLocalLinkLinks | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
RestoreInitialState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
RetrieveParentRequest | Retrieves the request that will be sent to the parent level. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
StoreInitialState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlObjectBase.) | |
ToString | (Herdado de Object.) | |
TryGetProperty | Indicates the accessor for the property by name and usage, (for internal use). Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de EnumObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.