SqlPropertyCollection.GetPropertyInfo 메서드
Gets property information.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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
매개 변수
- name
유형: System.String
A String value that specifies the name of the property.
반환 값
유형: Microsoft.SqlServer.Management.Smo.SqlPropertyInfo
A SqlPropertyInfo object value that specifies the property information for the referenced object.