Compartir a través de


PlanGuide.Parameters Propiedad

Gets a string that lists all the plan guide parameters.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property Parameters As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

PlanGuide Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Diseñar e implementar guías de plan

Guías de plan