SqlSmoObject.IAlienObject.GetPropertyValue(String, Type) Method

Definition

Retrieves value for a given property. Throws if property is not found.

object IAlienObject.GetPropertyValue (string propertyName, Type propertyType);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.IAlienObject.GetPropertyValue : string * Type -> obj
override this.Microsoft.SqlServer.Management.Sdk.Sfc.IAlienObject.GetPropertyValue : string * Type -> obj
Function GetPropertyValue (propertyName As String, propertyType As Type) As Object Implements IAlienObject.GetPropertyValue

Parameters

propertyName
String
propertyType
Type

Returns

Implements

Applies to