SqlSmoObject.IAlienObject.GetPropertyValue Method (String, Type)

 

Applies To: SQL Server 2016 Preview

Gets the value of the specified property.

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

Syntax

object IAlienObject.GetPropertyValue(
    string propertyName,
    Type propertyType
)
private:
virtual Object^ GetPropertyValue(
    String^ propertyName,
    Type^ propertyType
) sealed = IAlienObject::GetPropertyValue
private abstract GetPropertyValue : 
        propertyName:string *
        propertyType:Type -> Object
private override GetPropertyValue : 
        propertyName:string *
        propertyType:Type -> Object
Private Function GetPropertyValue (
    propertyName As String,
    propertyType As Type
) As Object
    Implements IAlienObject.GetPropertyValue

Parameters

  • propertyType
    Type: System.Type

    The type of the property.

Return Value

Type: System.Object

A Object which represents the value of the property.

Implements

IAlienObject.GetPropertyValue(String, Type)

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top