Compartir a través de


ValidationOperation.ProjectName Propiedad

Gets the name of the project.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ProjectName As String 
    Get
'Uso
Dim instance As ValidationOperation 
Dim value As String 

value = instance.ProjectName
[SfcPropertyAttribute(Data = true)]
public string ProjectName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ ProjectName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ProjectName : string
function get ProjectName () : String

Valor de la propiedad

Tipo: System.String
The name of the project.

Vea también

Referencia

ValidationOperation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices