다음을 통해 공유


Properties 속성

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

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

구문

‘선언
Public ReadOnly Property Properties As SqlPropertyCollection
    Get
‘사용 방법
Dim instance As DatabaseOptions
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 that are associated with the object.