GetPropValueOptional-Methode
Ruft einen Eigenschaftswert des SqlSmoObject-Objekts ab.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Function GetPropValueOptional ( _
propName As String _
) As Object
'Usage
Dim propName As String
Dim returnValue As Object
returnValue = Me.GetPropValueOptional(propName)
protected internal Object GetPropValueOptional(
string propName
)
protected public:
Object^ GetPropValueOptional(
String^ propName
)
member GetPropValueOptional :
propName:string -> Object
function GetPropValueOptional(
propName : String
) : Object
Parameter
- propName
Typ: System. . :: . .String
Ein Zeichenfolgenwert, der den Namen der Eigenschaft angibt.
Rückgabewert
Typ: System. . :: . .Object
Ein Object-Eigenschaftswert.