Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the target property to get.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function GetTargetProperty ( _
propName As String, _
target As Object _
) As Object
'Usage
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
Parameter
- propName
Typ: System.String
A String string that represents the property name.
- target
Typ: System.Object
The specified target property.
Rückgabewert
Typ: System.Object
The target property to get.