SqlSmoObject.. Method
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- name
Type: System.String
Return Value
Type: System.Object
Implements
IAlienObjectGetProperty(String)
See Also