Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.