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.