PlanGuide.Parameters 属性

Gets a string that lists all the plan guide parameters.

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

语法

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

value = instance.Parameters

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

属性值

类型:System.String
A string that lists all the plan guide parameters.

请参阅

参考

PlanGuide 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

设计和实现计划指南

计划指南