Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.