SqlPropertyCollection 類別

定義

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

屬性

名稱 Description
Count (繼承來源 PropertyCollection)
IsSynchronized (繼承來源 PropertyCollection)
Item[Int32] (繼承來源 PropertyCollection)
Item[String] (繼承來源 PropertyCollection)
SyncRoot (繼承來源 PropertyCollection)

方法

名稱 Description
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)

明確介面實作

名稱 Description
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)

適用於