共用方式為


Hints 屬性

Shows hints that are associated with the plan guide.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Hints As String
    Get
    Set
'用途
Dim instance As PlanGuide
Dim value As String

value = instance.Hints

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

屬性值

型別:System. . :: . .String
String