Méthode IAlienObject.GetPropertyValue
Gets the value of the specified property.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function GetPropertyValue ( _
propertyName As String, _
propertyType As Type _
) As Object
'Utilisation
Dim instance As IAlienObject
Dim propertyName As String
Dim propertyType As Type
Dim returnValue As Object
returnValue = instance.GetPropertyValue(propertyName, _
propertyType)
Object GetPropertyValue(
string propertyName,
Type propertyType
)
Object^ GetPropertyValue(
String^ propertyName,
Type^ propertyType
)
abstract GetPropertyValue :
propertyName:string *
propertyType:Type -> Object
function GetPropertyValue(
propertyName : String,
propertyType : Type
) : Object
Paramètres
- propertyName
Type : System.String
The name of the property.
- propertyType
Type : System.Type
The type of the property.
Valeur de retour
Type : System.Object
An object that represents the property value.