TimeBinding Class

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

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
<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

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

TimeBinding Members
Microsoft.AnalysisServices Namespace