SqlSmoObject.IAlienObject.GetPropertyValue(String, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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