다음을 통해 공유


Properties 속성

Gets a collection of Property objects that represent the object properties.

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

구문

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

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

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection
A PropertyCollection object value that specifies the collection of properties associated with the object.

예제

속성 설정