SqlObject Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Adds to the SqlObjectBase class logic to initialize from an XML file.
Inheritance Hierarchy
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 (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public MustInherit Class SqlObject _
Inherits SqlObjectBase _
Implements ISupportInitDatabaseEngineData
'Usage
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
The SqlObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlObject | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes an instance of the SqlObject class. |
Top
Properties
Name | Description | |
---|---|---|
ConditionedSqlList | Gets or sets the list of the ConditionedSql object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
ConnectionInfo | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
Distinct | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
Filter | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
FixedProperties | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
Name | Gets the name of the xpath level. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
OrderByRedirect | Gets an object used to translate an order by on post process fields to other supporting fields. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
PostProcessList | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
PropertyLinkList | Gets or sets the list of the links for the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
Request | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
RequestParentSelect | Gets or sets the storage for a parent select. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
ResourceAssembly | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the assembly that has the configuration file for this object. | |
ResultTypes | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
SpecialQuery | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
SqlRequest | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
StatementBuilder | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
SupportsParameterization | Gets a value indicating whether the object supports parameterization. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
Urn | Gets or sets the property that lives only while the request is serviced. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) |
Top
Methods
Name | Description | |
---|---|---|
AddConditionals | Adds a SQL which is necessary if the property field is requested. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddConditionalsJustPropDependencies | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddConstantForFilter | Indicates that the FilterDecoder reports that a constant is added for filter. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddFilterProperty | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddLinkProperty | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddOrderByAcrossDatabases | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddOrderByInDatabase | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddOrderByProperty(String) | Adds an order by the property of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddOrderByProperty(String, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
AddProperty | Adds to the collection of properties. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
AddPropertyForFilter | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
BeforeStatementExecuted | Allows the subclasses to add anything to the statement. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
BuildStatement | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
ClearHits | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
ComputeFixedProperties | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
Equals | (Inherited from Object.) | |
FillData | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
FillDataWithUseFailure | Retrieves the data from the SQL server and if it fails to retrieve into a database then ignore that database. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
Finalize | (Inherited from Object.) | |
GetAliasPropertyName | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
GetData | Fills the StatementBuilder with the information for this level. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
GetFixedStringProperty | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
GetHashCode | (Inherited from Object.) | |
GetProperties | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
GetProperty | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
GetSqlProperty | Retrieves the property field if it is legal for the usage, else throws. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
GetType | (Inherited from Object.) | |
GetUrnProperties | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) | |
Initialize | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes the connection and xpath information. (Overrides EnumObject.Initialize(Object, XPathExpressionBlock).) | |
IntegrateParentResult | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
LoadAndStore | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Loads the requested fields from the specified XML document in the specified assembly. | |
LoadInitData | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Loads the specified file for the specified version and type of the Database Engine. | |
LoadInitDataFromAssembly | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Loads the specified file from the specified assembly for the specified version and type of the Database Engine. | |
MemberwiseClone | (Inherited from Object.) | |
PostProcess | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
ResolveComputedField | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
ResolveLocalLinkLinks | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
RestoreInitialState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
RetrieveParentRequest | Retrieves the request that will be sent to the parent level. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
StoreInitialState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SqlObjectBase.) | |
ToString | (Inherited from Object.) | |
TryGetProperty | Indicates the accessor for the property by name and usage, (for internal use). Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumObject.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.