Метод SsisServerExecution.SetPropertyOverrideValue
Sets the property value to the SsisServerExecution instance.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Sub SetPropertyOverrideValue ( _
propertyPath As String, _
propertyValue As String, _
valueIsSensitive As Boolean _
)
'Применение
Dim instance As SsisServerExecution
Dim propertyPath As String
Dim propertyValue As String
Dim valueIsSensitive As Boolean
instance.SetPropertyOverrideValue(propertyPath, _
propertyValue, valueIsSensitive)
public void SetPropertyOverrideValue(
string propertyPath,
string propertyValue,
bool valueIsSensitive
)
public:
virtual void SetPropertyOverrideValue(
String^ propertyPath,
String^ propertyValue,
bool valueIsSensitive
) sealed
abstract SetPropertyOverrideValue :
propertyPath:string *
propertyValue:string *
valueIsSensitive:bool -> unit
override SetPropertyOverrideValue :
propertyPath:string *
propertyValue:string *
valueIsSensitive:bool -> unit
public final function SetPropertyOverrideValue(
propertyPath : String,
propertyValue : String,
valueIsSensitive : boolean
)
Параметры
- propertyPath
Тип: System.String
The property path.
- propertyValue
Тип: System.String
The property value.
- valueIsSensitive
Тип: System.Boolean
Indicates whether the property value is sensitive.
Реализует
IDTSServerExecution100.SetPropertyOverrideValue(String, String, Boolean)