SfcPropertyCollection Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection

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

Syntax

'Declaration
Public NotInheritable Class SfcPropertyCollection _
    Implements ICollection, IEnumerable, ISfcPropertySet
'Usage
Dim instance As SfcPropertyCollection
public sealed class SfcPropertyCollection : ICollection, 
    IEnumerable, ISfcPropertySet
public ref class SfcPropertyCollection sealed : ICollection, 
    IEnumerable, ISfcPropertySet
[<SealedAttribute>]
type SfcPropertyCollection =  
    class
        interface ICollection
        interface IEnumerable
        interface ISfcPropertySet
    end
public final class SfcPropertyCollection implements ICollection, IEnumerable, ISfcPropertySet

The SfcPropertyCollection type exposes the following members.

Properties

  Name Description
Public property Count Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property IsSynchronized Gets a value indicating whether the property collection is synchronized. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Item Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property SyncRoot Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Contains(String) Determines whether the property is in the property collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Contains(ISfcProperty) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Contains<T>(String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method CopyTo Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method EnumProperties Enumerates all the properties in the property collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsAvailable Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetProperty Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method TryGetPropertyValue(String, Object%) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method TryGetPropertyValue<T>(String, T%) Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.