다음을 통해 공유


GetPropertyInfo 메서드

Gets property information.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Function GetPropertyInfo ( _
    name As String _
) As SqlPropertyInfo
‘사용 방법
Dim instance As SqlPropertyCollection
Dim name As String
Dim returnValue As SqlPropertyInfo

returnValue = instance.GetPropertyInfo(name)
public SqlPropertyInfo GetPropertyInfo(
    string name
)
public:
SqlPropertyInfo^ GetPropertyInfo(
    String^ name
)
member GetPropertyInfo : 
        name:string -> SqlPropertyInfo 
public function GetPropertyInfo(
    name : String
) : SqlPropertyInfo

매개 변수

반환 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyInfo
A SqlPropertyInfo object value that specifies the property information for the referenced object.