Свойство SfcInstance.Properties
Returns a collection instance properties.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property Properties As SfcPropertyCollection
Get
'Применение
Dim instance As SfcInstance
Dim value As SfcPropertyCollection
value = instance.Properties
public SfcPropertyCollection Properties { get; }
public:
property SfcPropertyCollection^ Properties {
SfcPropertyCollection^ get ();
}
member Properties : SfcPropertyCollection
function get Properties () : SfcPropertyCollection
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection
A SfcProperty object that contains the properties of the SfcInstance object.