Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the property value.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Sub SetPropertyValue ( _
propertyName As String, _
propertyType As Type, _
value As Object _
)
'Usage
Dim instance As IAlienObject
Dim propertyName As String
Dim propertyType As Type
Dim value As Object
instance.SetPropertyValue(propertyName, _
propertyType, value)
void SetPropertyValue(
string propertyName,
Type propertyType,
Object value
)
void SetPropertyValue(
String^ propertyName,
Type^ propertyType,
Object^ value
)
abstract SetPropertyValue :
propertyName:string *
propertyType:Type *
value:Object -> unit
function SetPropertyValue(
propertyName : String,
propertyType : Type,
value : Object
)
Parameters
- propertyName
Type: System.String
The name of the property.
- propertyType
Type: System.Type
The Type of the property.
- value
Type: System.Object
The object that represents the property value.