SqlReportingInstance 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.SqlReportingInstance

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Class SqlReportingInstance _
    Inherits ServerInstance
public class SqlReportingInstance : ServerInstance
public ref class SqlReportingInstance : public ServerInstance
type SqlReportingInstance =  
    class 
        inherit ServerInstance 
    end
public class SqlReportingInstance extends ServerInstance

The SqlReportingInstance type exposes the following members.

Constructors

  Name Description
Public method SqlReportingInstance

Top

Properties

  Name Description
Public property CatalogNode (Inherited from CatalogObject.)
Public property CatalogNodeFullPath (Inherited from CatalogObject.)
Public property CatalogResourceIdentifier (Inherited from CatalogObject.)
Public property Context (Inherited from CatalogObject.)
Public property Description (Inherited from CatalogObject.)
Public property DisplayName (Inherited from CatalogObject.)
Public property DisplayPath (Inherited from CatalogObject.)
Public property InstanceName (Inherited from ServerInstance.)
Public property IsClustered (Inherited from ServerInstance.)
Public property IsDefault (Inherited from CatalogObject.)
Public property Machine (Inherited from ServerInstance.)
Public property Parent (Inherited from CatalogObject.)
Public property ServerName (Inherited from ServerInstance.)
Public property WarehouseDatabases

Top

Methods

  Name Description
Public method As<T> (Inherited from CatalogObject.)
Protected method BuildDisplayPath (Inherited from CatalogObject.)
Protected method CreateCatalogObject<T> (Inherited from CatalogObject.)
Public method CreateChild<T>() (Inherited from CatalogObject.)
Public method CreateChild<T>(String) (Inherited from CatalogObject.)
Public method Delete (Inherited from CatalogObject.)
Public method DeleteChild (Inherited from CatalogObject.)
Public method DeleteChildren<T> (Inherited from CatalogObject.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetChild<T> (Inherited from CatalogObject.)
Protected method GetChildCollection<T> (Inherited from CatalogObject.)
Protected method GetDependency<T> (Inherited from CatalogObject.)
Protected method GetDependencyCollection<T> (Inherited from CatalogObject.)
Protected method GetDependentsCollection<T> (Inherited from CatalogObject.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetParent<T> (Inherited from CatalogObject.)
Protected method GetProperty<T> (Inherited from CatalogObject.)
Protected method GetServiceReference (Inherited from CatalogObject.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize (Inherited from CatalogObject.)
Public method Is<T> (Inherited from CatalogObject.)
Protected method LocationAsUrl (Inherited from CatalogObject.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NotifyPropertyChanged (Inherited from CatalogObject.)
Protected method OnRefresh (Inherited from CatalogObject.)
Public method Preload() (Inherited from CatalogObject.)
Public method Preload(CatalogBulkData) (Overrides CatalogObject.Preload(CatalogBulkData).)
Protected method PreloadChild<T> (Inherited from CatalogObject.)
Protected method PreloadChildren<T> (Inherited from CatalogObject.)
Protected method QueryChild<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryDependents<T>() (Inherited from CatalogObject.)
Protected method QueryDependents<T>(Boolean, Boolean) (Inherited from CatalogObject.)
Protected method QueryParent<T> (Inherited from CatalogObject.)
Public method Refresh() (Inherited from CatalogObject.)
Public method Refresh(Boolean) (Inherited from CatalogObject.)
Public methodStatic member Register
Protected method Reset (Overrides ServerInstance.Reset().)
Protected method SetDependency<T> (Inherited from CatalogObject.)
Protected method SetProperty<T> (Inherited from CatalogObject.)
Protected method SetServiceRefence (Inherited from CatalogObject.)
Public method ToString (Inherited from ServerInstance.)

Top

Events

  Name Description
Public event PropertyChanged (Inherited from CatalogObject.)

Top

Fields

  Name Description
Public fieldStatic member 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