SqlPropertyCollection 클래스
The SqlPropertyCollection class is an abstract class that is used in the management of object properties.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Class SqlPropertyCollection _
Inherits PropertyCollection
‘사용 방법
Dim instance As SqlPropertyCollection
public class SqlPropertyCollection : PropertyCollection
public ref class SqlPropertyCollection : public PropertyCollection
type SqlPropertyCollection =
class
inherit PropertyCollection
end
public class SqlPropertyCollection extends PropertyCollection
상속 계층 구조
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .PropertyCollection
Microsoft.SqlServer.Management.Smo..::..SqlPropertyCollection
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.