次の方法で共有


CannotCreatePipelineComponentException(String) コンストラクター

定義

CannotCreatePipelineComponentException クラスの新しいインスタンスを初期化します。

public:
 CannotCreatePipelineComponentException(System::String ^ className);
public CannotCreatePipelineComponentException (string className);
new Microsoft.SqlServer.Dts.Pipeline.CannotCreatePipelineComponentException : string -> Microsoft.SqlServer.Dts.Pipeline.CannotCreatePipelineComponentException
Public Sub New (className As String)

パラメーター

className
String

スクリプト コンポーネントの UserComponentTypeName プロパティの値。

適用対象