MethodName プロパティ

トリガのメソッド名を取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public Property MethodName As String
    Get
    Set
'使用
Dim instance As Trigger
Dim value As String

value = instance.MethodName

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

プロパティ値

型: System. . :: . .String
トリガのメソッド名を示す String 値です。

説明

AssemblyName プロパティの値を設定する必要があるのは、ImplementationType プロパティが SqlClr に設定されている場合のみです。