PlanGuideExtender.Name プロパティ

親プラン ガイドの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<ExtendedPropertyAttribute> _
Public Property Name As String 
    Get 
    Set
'使用
Dim instance As PlanGuideExtender 
Dim value As String 

value = instance.Name

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

プロパティ値

型: System.String
String 親 の名前を表す です。PlanGuide

関連項目

参照

PlanGuideExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間