共用方式為


TimeBinding 類別

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")> _
Public NotInheritable Class TimeBinding _
    Inherits Binding
'用途
Dim instance As TimeBinding
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")]
public sealed class TimeBinding : Binding
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"FB05BD95-07DA-4e76-99A4-649C73E19F33")]
public ref class TimeBinding sealed : public Binding
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")>]
type TimeBinding =  
    class
        inherit Binding
    end
public final class TimeBinding extends Binding

繼承階層

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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。