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.
Sets the name of the condition type property.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Sub SetNameConditionType ( _
value As NameConditionType _
)
'Usage
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
)
Parameters
- value
Type: Microsoft.SqlServer.Management.Dmf.NameConditionType
A NameConditionType value.