SqlPropertyCollection.EnumPropertyInfo 메서드
Returns an enumerated list of property information.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function EnumPropertyInfo As SqlPropertyInfo()
‘사용 방법
Dim instance As SqlPropertyCollection
Dim returnValue As SqlPropertyInfo()
returnValue = instance.EnumPropertyInfo()
public SqlPropertyInfo[] EnumPropertyInfo()
public:
array<SqlPropertyInfo^>^ EnumPropertyInfo()
member EnumPropertyInfo : unit -> SqlPropertyInfo[]
public function EnumPropertyInfo() : SqlPropertyInfo[]
반환 값
유형: array<Microsoft.SqlServer.Management.Smo.SqlPropertyInfo[]
A SqlPropertyInfo object array value that specifies a list of property information for the referenced object.