SfcPropertyCollection Class

 

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

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

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

[DefaultMemberAttribute("Item")]
public ref class SfcPropertyCollection sealed : ICollection, 
	IEnumerable, ISfcPropertySet

NameDescription
System_CAPS_pubpropertyCount

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

System_CAPS_pubpropertyIsSynchronized

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.

System_CAPS_pubpropertyItem[String^]

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

System_CAPS_pubpropertySyncRoot

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

NameDescription
System_CAPS_pubmethodContains(ISfcProperty^)

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

System_CAPS_pubmethodContains(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.

System_CAPS_pubmethodContains<T>(String^)

Indicates a value whether the property exists in the property collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodCopyTo(array<SfcProperty^>^, Int32)

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

System_CAPS_pubmethodEnumProperties()

Enumerates all the properties in the property collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsAvailable(String^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetProperty(String^, ISfcProperty^%)

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

System_CAPS_pubmethodTryGetPropertyValue(String^, Object^%)

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

System_CAPS_pubmethodTryGetPropertyValue<T>(String^, T%)

Indicates a value whether the Property try to get its property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

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

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

Return to top
Show: