SqlSmoObject.IAlienObject.GetPropertyType Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the type of the specified property.

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

Syntax

Type IAlienObject.GetPropertyType(
    string propertyName
)
private:
virtual Type^ GetPropertyType(
    String^ propertyName
) sealed = IAlienObject::GetPropertyType
private abstract GetPropertyType : 
        propertyName:string -> Type
private override GetPropertyType : 
        propertyName:string -> Type
Private Function GetPropertyType (
    propertyName As String
) As Type
    Implements IAlienObject.GetPropertyType

Parameters

  • propertyName
    Type: System.String

    The name of the property to get the type of.

Return Value

Type: System.Type

A Type which represents the type of the specified property.

Implements

IAlienObject.GetPropertyType(String)

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top