PlanGuide.Hints 属性

Shows the hints that are associated with the plan guide.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property Hints As String 
    Get 
    Set
用法
Dim instance As PlanGuide 
Dim value As String 

value = instance.Hints

instance.Hints = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string Hints { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ Hints {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member Hints : string with get, set
function get Hints () : String 
function set Hints (value : String)

属性值

类型:System.String
The hints that are associated with the plan guide.

请参阅

参考

PlanGuide 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

设计和实现计划指南

计划指南