다음을 통해 공유


Properties 속성

Property 개체의 컬렉션을 반환합니다. PropertyCollection 컬렉션은 Configuration 개체의 속성을 나타냅니다.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .ConfigPropertyCollection
구성 개체의 속성 컬렉션을 지정하는 ConfigPropertyCollection 개체입니다.