다음을 통해 공유


ExtendedProperties 속성

Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on an object.

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

구문

‘선언
ReadOnly Property ExtendedProperties As ExtendedPropertyCollection
    Get
‘사용 방법
Dim instance As IExtendedProperties
Dim value As ExtendedPropertyCollection

value = instance.ExtendedProperties
ExtendedPropertyCollection ExtendedProperties { get; }
property ExtendedPropertyCollection^ ExtendedProperties {
    ExtendedPropertyCollection^ get ();
}
abstract ExtendedProperties : ExtendedPropertyCollection
function get ExtendedProperties () : ExtendedPropertyCollection

속성 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .ExtendedPropertyCollection
An ExtendedPropertyCollection object that represents all the extended properties defined on the object.