SqlPropertyCollection 클래스

정의

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

속성

Name Description
Count (다음에서 상속됨 PropertyCollection)
IsSynchronized (다음에서 상속됨 PropertyCollection)
Item[Int32] (다음에서 상속됨 PropertyCollection)
Item[String] (다음에서 상속됨 PropertyCollection)
SyncRoot (다음에서 상속됨 PropertyCollection)

메서드

Name 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)

명시적 인터페이스 구현

Name 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)

적용 대상