Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.GetPropertyOwner 메서드

Gets an object that contains the property described by the specified property descriptor.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim pd As PropertyDescriptor 
Dim returnValue As Object 

returnValue = instance.GetPropertyOwner(pd)
public Object GetPropertyOwner(
    PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
) sealed
abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object  
override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object
public final function GetPropertyOwner(
    pd : PropertyDescriptor
) : Object

매개 변수

반환 값

유형: System.Object
A Object that represents the owner of the specified property.

구현

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스