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