Método SqlSmoObject.GetPropValue
Gets a property value of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Protected Friend Function GetPropValue ( _
propName As String _
) As Object
'Uso
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
Parâmetros
- propName
Tipo: System.String
A string value that specifies the property name.
Valor de retorno
Tipo: System.Object
An Object value representing the property value.