Propriedade StaticCodeAnalysisTask.StaticCodeAnalysisSucceededFile
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)
Sintaxe
'Declaração
Public Property StaticCodeAnalysisSucceededFile As String
Get
Set
public string StaticCodeAnalysisSucceededFile { get; set; }
public:
property String^ StaticCodeAnalysisSucceededFile {
String^ get ();
void set (String^ value);
}
member StaticCodeAnalysisSucceededFile : string with get, set
function get StaticCodeAnalysisSucceededFile () : String
function set StaticCodeAnalysisSucceededFile (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.