SfcInstance.Properties Property

 

Applies To: SQL Server 2016 Preview

Returns a collection instance properties.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

[XmlIgnoreAttribute]
public SfcPropertyCollection Properties { get; }
public:
[XmlIgnoreAttribute]
property SfcPropertyCollection^ Properties {
    SfcPropertyCollection^ get();
}
[<XmlIgnoreAttribute>]
member Properties : SfcPropertyCollection with get
<XmlIgnoreAttribute>
Public ReadOnly Property Properties As SfcPropertyCollection

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection

A SfcProperty object that contains the properties of the SfcInstance object.

See Also

SfcInstance Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top