Compartir a través de


ISql90ClrMethodDefined.MethodName (Propiedad)

Obtiene o establece el nombre del método de SQL Server SQL CLR.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90ClrMethodDefined Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)