你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IfExists 枚举

定义

枚举,指定创建新文件时要执行的操作(如果文件存在)

public enum IfExists
type IfExists = 
Public Enum IfExists
继承
IfExists

字段

Fail 1

请求失败

Overwrite 0

覆盖现有文件

适用于