ProjectVersion.ObjectName 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(SfcPropertyFlags.Required)> _
Public Property ObjectName As String
Get
Private Set
'Uso
Dim instance As ProjectVersion
Dim value As String
value = instance.ObjectName
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string ObjectName { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ ObjectName {
String^ get ();
private: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ObjectName : string with get, private set
function get ObjectName () : String
private function set ObjectName (value : String)
Valor de la propiedad
Tipo: System.String
The name of the project.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices