다음을 통해 공유


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 네임스페이스

관련 자료

계획 지침 디자인 및 구현

계획 지침