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)

適用対象