Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
)
Parameter
- propertyName
Typ: System.String
The name of the property.
- value
Typ: System.Object
The value of the object.