DataSourceViewBinding 클래스
Defines a binding from an object to a DataSourceView. This class cannot be inherited.
상속 계층
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..DataSourceViewBinding
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("3EF61487-13C3-46dc-8BBD-7E51B30DC991")> _
Public NotInheritable Class DataSourceViewBinding _
Inherits Binding
‘사용 방법
Dim instance As DataSourceViewBinding
[GuidAttribute("3EF61487-13C3-46dc-8BBD-7E51B30DC991")]
public sealed class DataSourceViewBinding : Binding
[GuidAttribute(L"3EF61487-13C3-46dc-8BBD-7E51B30DC991")]
public ref class DataSourceViewBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("3EF61487-13C3-46dc-8BBD-7E51B30DC991")>]
type DataSourceViewBinding =
class
inherit Binding
end
public final class DataSourceViewBinding extends Binding
DataSourceViewBinding 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
DataSourceViewBinding() () () () | Initializes a new instance of DataSourceViewBinding using default values. | |
DataSourceViewBinding(String) | Initializes a new instance of DataSourceViewBinding for the specified DataSourceView. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
CanRaiseEvents | (Component에서 상속됨) | |
Container | (Component에서 상속됨) | |
DataSourceViewID | Gets or sets the DataSourceViewID for the current DataSourceViewBinding. | |
DesignMode | (Component에서 상속됨) | |
Events | (Component에서 상속됨) | |
Parent | Gets the parent object of the current object. (Binding에서 상속됨) | |
Site | (Component에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Clone | Returns a full copy of current DataSourceViewBinding. (Binding. . :: . .Clone() () () ()을(를) 재정의함) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (Binding에서 상속됨) | |
CreateObjRef | (MarshalByRefObject에서 상속됨) | |
Dispose() () () () | (Component에서 상속됨) | |
Dispose(Boolean) | (Component에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Component에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetLifetimeService | (MarshalByRefObject에서 상속됨) | |
GetService | (Component에서 상속됨) | |
GetType | (Object에서 상속됨) | |
InitializeLifetimeService | (MarshalByRefObject에서 상속됨) | |
MemberwiseClone() () () () | (Object에서 상속됨) | |
MemberwiseClone(Boolean) | (MarshalByRefObject에서 상속됨) | |
ToString | (Component에서 상속됨) |
맨 위로 이동
주의
새 항목: 2006년 7월 17일
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.