SqlSmoObject.GetPropValue 메서드
Gets a property value of the SqlSmoObject object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Friend Function GetPropValue ( _
propName As String _
) As Object
‘사용 방법
Dim propName As String
Dim returnValue As Object
returnValue = Me.GetPropValue(propName)
protected internal Object GetPropValue(
string propName
)
protected public:
Object^ GetPropValue(
String^ propName
)
member GetPropValue :
propName:string -> Object
function GetPropValue(
propName : String
) : Object
매개 변수
- propName
유형: System.String
A string value that specifies the property name.
반환 값
유형: System.Object
An Object value representing the property value.