SqlSmoObject.IAlienObject.SetPropertyValue(String, Type, Object) 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.
Sets the value of given property, if it is writable. If property is not in property bag, reflection is used. Throws exception if the property is not found.
void IAlienObject.SetPropertyValue (string propertyName, Type propertyType, object value);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.IAlienObject.SetPropertyValue : string * Type * obj -> unit
override this.Microsoft.SqlServer.Management.Sdk.Sfc.IAlienObject.SetPropertyValue : string * Type * obj -> unit
Sub SetPropertyValue (propertyName As String, propertyType As Type, value As Object) Implements IAlienObject.SetPropertyValue
Parameters
- propertyName
- String
- propertyType
- Type
- value
- Object