Méthode SetPropertyValue
Sets the property value.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Sub SetPropertyValue ( _
propertyName As String, _
propertyType As Type, _
value As Object _
)
'Utilisation
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
)
Paramètres
- 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.