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 | |
---|---|---|
Count | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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. | |
Item | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SyncRoot | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
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. | |
Contains(ISfcProperty) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Contains<T>(String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
CopyTo | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
EnumProperties | Enumerates all the properties in the property collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsAvailable | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetProperty | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
TryGetPropertyValue(String, Object%) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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 | |
---|---|---|
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.