Condividi tramite


Proprietà ComplexProperty.Name

Gets the name of a property.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As ComplexProperty 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
The name of the property.

Vedere anche

Riferimento

ComplexProperty Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask