この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パイプライン コンポーネントが格納されている場所のパスを返します。 このプロパティは読み取り専用です。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable ReadOnly Property ComponentStorePath As String
Get
'使用
Dim instance As ApplicationClass
Dim value As String
value = instance.ComponentStorePath
public virtual string ComponentStorePath { get; }
public:
virtual property String^ ComponentStorePath {
String^ get ();
}
abstract ComponentStorePath : string
override ComponentStorePath : string
function get ComponentStorePath () : String
プロパティ値
型: System.String
パイプライン コンポーネントの場所です。
実装
IDTSApplication100.ComponentStorePath