SqlPropertyCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SqlPropertyCollection : Microsoft.SqlServer.Management.Smo.PropertyCollection
type SqlPropertyCollection = class
inherit PropertyCollection
Public Class SqlPropertyCollection
Inherits PropertyCollection
- Inheritance
Properties
Count | (Inherited from PropertyCollection) |
IsSynchronized | (Inherited from PropertyCollection) |
Item[Int32] | (Inherited from PropertyCollection) |
Item[String] | (Inherited from PropertyCollection) |
SyncRoot | (Inherited from PropertyCollection) |
Methods
Contains(String) | (Inherited from PropertyCollection) |
CopyTo(Property[], Int32) | (Inherited from PropertyCollection) |
EnumPropertyInfo() | |
EnumPropertyInfo(SqlServerVersions) | |
GetEnumerator() | (Inherited from PropertyCollection) |
GetPropertyInfo(String) | |
GetPropertyObject(Int32, Boolean) | (Inherited from PropertyCollection) |
GetPropertyObject(Int32) | (Inherited from PropertyCollection) |
GetPropertyObject(String, Boolean) | (Inherited from PropertyCollection) |
GetPropertyObject(String) | (Inherited from PropertyCollection) |
LookupID(String) | (Inherited from PropertyCollection) |
SetDirty(String, Boolean) |
Sets a value indicating whether the named property should be considered changed (Inherited from PropertyCollection) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | (Inherited from PropertyCollection) |
ISfcPropertySet.Contains(ISfcProperty) | (Inherited from PropertyCollection) |
ISfcPropertySet.Contains(String) | (Inherited from PropertyCollection) |
ISfcPropertySet.Contains<T>(String) | (Inherited from PropertyCollection) |
ISfcPropertySet.EnumProperties() | (Inherited from PropertyCollection) |
ISfcPropertySet.TryGetProperty(String, ISfcProperty) | (Inherited from PropertyCollection) |
ISfcPropertySet.TryGetPropertyValue(String, Object) | (Inherited from PropertyCollection) |
ISfcPropertySet.TryGetPropertyValue<T>(String, T) | (Inherited from PropertyCollection) |