DataSourceDescriptorPropertyChangedEventArgs 생성자

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Initializes a new instance of the DataSourceDescriptorPropertyChangedEventArgs class.

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Sub New ( _
    name As String, _
    oldValue As Object, _
    newValue As Object _
)
‘사용 방법
Dim name As String 
Dim oldValue As Object 
Dim newValue As Object 

Dim instance As New DataSourceDescriptorPropertyChangedEventArgs(name, oldValue, _
    newValue)
public DataSourceDescriptorPropertyChangedEventArgs(
    string name,
    Object oldValue,
    Object newValue
)
public:
DataSourceDescriptorPropertyChangedEventArgs(
    String^ name, 
    Object^ oldValue, 
    Object^ newValue
)
new : 
        name:string * 
        oldValue:Object * 
        newValue:Object -> DataSourceDescriptorPropertyChangedEventArgs
public function DataSourceDescriptorPropertyChangedEventArgs(
    name : String, 
    oldValue : Object, 
    newValue : Object
)

매개 변수

참고 항목

참조

DataSourceDescriptorPropertyChangedEventArgs 클래스

Microsoft.DataWarehouse.Interfaces 네임스페이스