HiveProperties.StatementInfo Property
Optional. Gets or sets the statement information for each statement in the script
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public IList<HiveJobStatementInfo> StatementInfo { get; set; }
public:
property IList<HiveJobStatementInfo^>^ StatementInfo {
IList<HiveJobStatementInfo^>^ get();
void set(IList<HiveJobStatementInfo^>^ value);
}
member StatementInfo : IList<HiveJobStatementInfo> with get, set
Public Property StatementInfo As IList(Of HiveJobStatementInfo)
Property Value
Type: System.Collections.Generic.IList<HiveJobStatementInfo>
See Also
HiveProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top