TimeBinding Class

Defines a derived data type that represents a binding to time periods. This class cannot be inherited.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class TimeBinding
    Inherits Binding
[GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")] 
public sealed class TimeBinding : Binding
[GuidAttribute(L"FB05BD95-07DA-4e76-99A4-649C73E19F33")] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")] 
public ref class TimeBinding sealed : public Binding
/** @attribute GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33") */ 
/** @attribute TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design") */ 
public final class TimeBinding extends Binding
GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33") 
TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design") 
public final class TimeBinding extends Binding

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.TimeBinding

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TimeBinding Members
Microsoft.AnalysisServices Namespace