Méthode SqlSmoObject.GetPropValueOptional
Gets a property value of the SqlSmoObject object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Friend Function GetPropValueOptional ( _
propName As String _
) As Object
'Utilisation
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
Paramètres
- propName
Type : System.String
A string value that specifies the property name.
Valeur de retour
Type : System.Object
An Object value representing the property value.