Condividi tramite


Metodo SqlSmoObject.GetPropValueOptional

Gets a property value of the SqlSmoObject object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Friend Function GetPropValueOptional ( _
    propName As String _
) As Object
'Utilizzo
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

Parametri

  • propName
    Tipo: System.String
    A string value that specifies the property name.

Valore restituito

Tipo: System.Object
An Object value representing the property value.

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo