Policy.HelpLink プロパティ
ポリシーの追加ヘルプ情報への URN を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property HelpLink As String
Get
Set
'使用
Dim instance As Policy
Dim value As String
value = instance.HelpLink
instance.HelpLink = value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string HelpLink { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ HelpLink {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member HelpLink : string with get, set
function get HelpLink () : String
function set HelpLink (value : String)
プロパティ値
型: System.String
ポリシーのヘルプ リンクを示す String 値です。