Expand Minimize
This topic has not yet been rated - Rate this topic

SqlSmoObject.IAlienObject.GetPropertyType Method

Gets the type of the specified property.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration
Private Function GetPropertyType ( _
	propertyName As String _
) As Type Implements IAlienObject.GetPropertyType
'Usage
Dim instance As SqlSmoObject 
Dim propertyName As String 
Dim returnValue As Type 

returnValue = CType(instance, IAlienObject).GetPropertyType(propertyName)

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)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.