Właściwość SfcInstance.Properties
Zwraca kolekcja wystąpienie właściwości.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public ReadOnly Property Properties As SfcPropertyCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection
A SfcProperty obiekt, który zawiera właściwości SfcInstance obiektu.