言語

ExtendedProperties.Add(String, String, Object) メソッド

定義

コレクションの最後に新しい空の ExtendedProperty オブジェクトを追加します。

public:
 Microsoft::SqlServer::Dts::Runtime::ExtendedProperty ^ Add(System::String ^ name, System::String ^ nameSpace, System::Object ^ val);
public Microsoft.SqlServer.Dts.Runtime.ExtendedProperty Add(string name, string nameSpace, object val);
member this.Add : string * string * obj -> Microsoft.SqlServer.Dts.Runtime.ExtendedProperty
Public Function Add (name As String, nameSpace As String, val As Object) As ExtendedProperty

パラメーター

name
String

拡張された物件の名前を加える。

nameSpace
String

拡張プロパティが属する名前空間です。

val
Object

拡張プロパティに割り当てる価値。

返品

新しくて空っぽの ExtendedProperty 物。

適用対象