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

SqlSmoObject.IAlienObject.GetPropertyValue Method

SQL Server 2012

Gets the value of the specified property.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
private abstract GetPropertyValue : 
        propertyName:string * 
        propertyType:Type -> Object  
private override GetPropertyValue : 
        propertyName:string * 
        propertyType:Type -> Object

Parameters

propertyName
Type: System.String
The name of the property.
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)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.