Metoda GetPropertyValue
Pobiera wartości określonej właściwość.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Function GetPropertyValue ( _
propertyName As String, _
propertyType As Type _
) As Object
'Użycie
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
Parameters
- propertyName
Typ: System. . :: . .String
Nazwa właściwość.
- propertyType
Typ: System. . :: . .Type
Typ właściwość.
Wartość zwracana
Typ: System. . :: . .Object
Obiekt, który reprezentuje wartość właściwość.
Zobacz także