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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Sub SetPropertyValueImpl ( _
propertyName As String, _
value As Object _
)
'Usage
Dim instance As ISfcPropertyStorageProvider
Dim propertyName As String
Dim value As Object
instance.SetPropertyValueImpl(propertyName, _
value)
void SetPropertyValueImpl(
string propertyName,
Object value
)
void SetPropertyValueImpl(
String^ propertyName,
Object^ value
)
abstract SetPropertyValueImpl :
propertyName:string *
value:Object -> unit
function SetPropertyValueImpl(
propertyName : String,
value : Object
)
Parameters
- propertyName
Type: System.String
The name of the property.
- value
Type: System.Object
The value of the object.