Source プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
アセンブリ: Microsoft.SqlServer.FileSystemTask (Microsoft.SqlServer.FileSystemTask.dll)
構文
'宣言
Property Source As String
Get
Set
'使用
Dim instance As IDTSFileSystemTask
Dim value As String
value = instance.Source
instance.Source = value
string Source { get; set; }
property String^ Source {
String^ get ();
void set (String^ value);
}
abstract Source : string with get, set
function get Source () : String
function set Source (value : String)