Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the value of the specified property.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub SetPropertyValue ( _
name As String, _
value As Object _
)
'Usage
Dim instance As FacetEvaluationContext
Dim name As String
Dim value As Object
instance.SetPropertyValue(name, value)
public void SetPropertyValue(
string name,
Object value
)
public:
void SetPropertyValue(
String^ name,
Object^ value
)
member SetPropertyValue :
name:string *
value:Object -> unit
public function SetPropertyValue(
name : String,
value : Object
)
Parameters
- name
Type: System.String
A String value that specifies the name of the property.
- value
Type: System.Object
A Object value that specifies the value of the property.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.