Metoda FacetInfo.GetTargetProperty
Wskazuje właściwość miejsce docelowe uzyskać.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Function GetTargetProperty ( _
propName As String, _
target As Object _
) As Object
'Użycie
Dim instance As FacetInfo
Dim propName As String
Dim target As Object
Dim returnValue As Object
returnValue = instance.GetTargetProperty(propName, _
target)
public Object GetTargetProperty(
string propName,
Object target
)
public:
Object^ GetTargetProperty(
String^ propName,
Object^ target
)
member GetTargetProperty :
propName:string *
target:Object -> Object
public function GetTargetProperty(
propName : String,
target : Object
) : Object
Parametry
- propName
Typ: System.String
A String ciąg, który reprezentuje nazwę właściwość.
- target
Typ: System.Object
Właściwość określony obiekt miejsce docelowe.
Wartość zwracana
Typ: System.Object
Właściwość miejsce docelowe uzyskać.