FacetEvaluationContext.SetPropertyValue 메서드
Sets the value of the specified property.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Sub SetPropertyValue ( _
name As String, _
value As Object _
)
‘사용 방법
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
)
매개 변수
- name
유형: System.String
A String value that specifies the name of the property.
- value
유형: System.Object
A Object value that specifies the value of the property.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.