RegSvrSmoObject.Properties 속성

Gets the properties associated with the object.

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public ReadOnly Property Properties As PropertyCollection 
    Get
‘사용 방법
Dim instance As RegSvrSmoObject 
Dim value As PropertyCollection 

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

속성 값

유형: Microsoft.SqlServer.Management.Smo.PropertyCollection
A PropertyCollection object value that specifies the properties of the object.

참고 항목

참조

RegSvrSmoObject 클래스

Microsoft.SqlServer.Management.Smo.RegisteredServers 네임스페이스

관련 자료

등록된 서버 관리

sp_ActiveDirectory_Obj (Transact-SQL)