Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a property value of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Function GetPropValue ( _
propName As String _
) As Object
'Usage
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
Parameters
- propName
Type: System.String
A string value that specifies the property name.
Return Value
Type: System.Object
An Object value representing the property value.