Свойство SfcCollectionInfo.Collection
Gets the collection that is wrapped.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property Collection As Object
Get
'Применение
Dim instance As SfcCollectionInfo
Dim value As Object
value = instance.Collection
public Object Collection { get; }
public:
property Object^ Collection {
Object^ get ();
}
member Collection : Object
function get Collection () : Object
Значение свойства
Тип: System.Object
The collection object.