Partilhar via


Propriedade ISql90ClrMethodDefined.MethodName

Obtém ou define o nome da SQL Server SQL CLR método.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property MethodName As String
    Get
    Set
string MethodName { get; set; }
property String^ MethodName {
    String^ get ();
    void set (String^ value);
}
abstract MethodName : string with get, set
function get MethodName () : String
function set MethodName (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90ClrMethodDefined Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel