다음을 통해 공유


SetNameConditionType 메서드

Sets the name of the condition type property.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Protected Sub SetNameConditionType ( _
    value As NameConditionType _
)
‘사용 방법
Dim value As NameConditionType

Me.SetNameConditionType(value)
protected void SetNameConditionType(
    NameConditionType value
)
protected:
void SetNameConditionType(
    NameConditionType value
)
member SetNameConditionType : 
        value:NameConditionType -> unit 
protected function SetNameConditionType(
    value : NameConditionType
)