.-Methode

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private Function GetProperty ( _
    name As String _
) As Object Implements IAlienObject.GetProperty
'Usage
Dim instance As SqlSmoObject
Dim name As String
Dim returnValue As Object

returnValue = CType(instance, IAlienObject).GetProperty(name)
Object IAlienObject.GetProperty(
    string name
)
private:
virtual Object^ GetProperty(
    String^ name
) sealed = IAlienObject::GetProperty
private abstract GetProperty : 
        name:string -> Object 
private override GetProperty : 
        name:string -> Object 
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: System. . :: . .Object

Implementiert

IAlienObjectGetProperty(String)