プロパティに現在の値を設定します。
名前空間: Microsoft.Data.Schema.Build
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Protected Overridable Function SetValue ( _
propertyName As String, _
value As Object, _
source As DatabaseTaskHost..::..PropertySource, _
<OutAttribute> ByRef defaultUsed As Boolean _
) As Boolean
protected virtual bool SetValue(
string propertyName,
Object value,
DatabaseTaskHost..::..PropertySource source,
out bool defaultUsed
)
protected:
virtual bool SetValue(
String^ propertyName,
Object^ value,
DatabaseTaskHost..::..PropertySource source,
[OutAttribute] bool% defaultUsed
)
abstract SetValue :
propertyName:string *
value:Object *
source:DatabaseTaskHost..::..PropertySource *
defaultUsed:bool byref -> bool
override SetValue :
propertyName:string *
value:Object *
source:DatabaseTaskHost..::..PropertySource *
defaultUsed:bool byref -> bool
protected function SetValue(
propertyName : String,
value : Object,
source : DatabaseTaskHost..::..PropertySource,
defaultUsed : boolean
) : boolean
パラメーター
- propertyName
型: System.String
プロパティ名。
- value
型: System.Object
オブジェクト値。
- source
型: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
プロパティのソースの列挙値。
- defaultUsed
型: System.Boolean%
このプロパティで既定値が使用されたかどうかを指定します。
戻り値
型: System.Boolean
正常に設定された場合は true を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。