CollectionSet.ScheduleName プロパティ
コレクション セットに関連付けられている SQL Server エージェントのスケジュールの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Collector
アセンブリ: Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)
構文
'宣言
<SfcPropertyAttribute(Required := False)> _
Public Property ScheduleName As String
Get
Set
'使用
Dim instance As CollectionSet
Dim value As String
value = instance.ScheduleName
instance.ScheduleName = value
[SfcPropertyAttribute(Required = false)]
public string ScheduleName { get; set; }
[SfcPropertyAttribute(Required = false)]
public:
property String^ ScheduleName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(Required = false)>]
member ScheduleName : string with get, set
function get ScheduleName () : String
function set ScheduleName (value : String)
プロパティ値
型: System.String
スケジュールの名前を表す String 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。