SqlPropertyCollection 类

定义

public class SqlPropertyCollection : Microsoft.SqlServer.Management.Smo.PropertyCollection
type SqlPropertyCollection = class
    inherit PropertyCollection
Public Class SqlPropertyCollection
Inherits PropertyCollection
继承
SqlPropertyCollection

属性

名称 说明
Count (继承自 PropertyCollection)
IsSynchronized (继承自 PropertyCollection)
Item[Int32] (继承自 PropertyCollection)
Item[String] (继承自 PropertyCollection)
SyncRoot (继承自 PropertyCollection)

方法

名称 说明
Contains(String) (继承自 PropertyCollection)
CopyTo(Property[], Int32) (继承自 PropertyCollection)
EnumPropertyInfo()
EnumPropertyInfo(SqlServerVersions)
GetEnumerator() (继承自 PropertyCollection)
GetPropertyInfo(String)
GetPropertyObject(Int32, Boolean) (继承自 PropertyCollection)
GetPropertyObject(Int32) (继承自 PropertyCollection)
GetPropertyObject(String, Boolean) (继承自 PropertyCollection)
GetPropertyObject(String) (继承自 PropertyCollection)
LookupID(String) (继承自 PropertyCollection)
SetDirty(String, Boolean)

设置一个值,该值指示是否应考虑更改命名属性

(继承自 PropertyCollection)

显式接口实现

名称 说明
ICollection.CopyTo(Array, Int32) (继承自 PropertyCollection)
ISfcPropertySet.Contains(ISfcProperty) (继承自 PropertyCollection)
ISfcPropertySet.Contains(String) (继承自 PropertyCollection)
ISfcPropertySet.Contains<T>(String) (继承自 PropertyCollection)
ISfcPropertySet.EnumProperties() (继承自 PropertyCollection)
ISfcPropertySet.TryGetProperty(String, ISfcProperty) (继承自 PropertyCollection)
ISfcPropertySet.TryGetPropertyValue(String, Object) (继承自 PropertyCollection)
ISfcPropertySet.TryGetPropertyValue<T>(String, T) (继承自 PropertyCollection)

适用于