SqlAnalysisInstance Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.CatalogObject
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.ServerInstance
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.SqlAnalysisInstance
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class SqlAnalysisInstance _
Inherits ServerInstance
public class SqlAnalysisInstance : ServerInstance
public ref class SqlAnalysisInstance : public ServerInstance
type SqlAnalysisInstance =
class
inherit ServerInstance
end
public class SqlAnalysisInstance extends ServerInstance
The SqlAnalysisInstance type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlAnalysisInstance |
Top
Properties
Name | Description | |
---|---|---|
CatalogNode | (Inherited from CatalogObject.) | |
CatalogNodeFullPath | (Inherited from CatalogObject.) | |
CatalogResourceIdentifier | (Inherited from CatalogObject.) | |
Context | (Inherited from CatalogObject.) | |
Description | (Inherited from CatalogObject.) | |
DisplayName | (Inherited from CatalogObject.) | |
DisplayPath | (Inherited from CatalogObject.) | |
InstanceName | (Inherited from ServerInstance.) | |
IsClustered | (Inherited from ServerInstance.) | |
IsDefault | (Inherited from CatalogObject.) | |
Machine | (Inherited from ServerInstance.) | |
Parent | (Inherited from CatalogObject.) | |
ServerName | (Inherited from ServerInstance.) | |
SqlAnalysisDatabases |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from CatalogObject.) |
Top
Fields
Name | Description | |
---|---|---|
ResourceTypeIdentifier |
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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace