DataSourceCredentials.DataSourceName Property
Definition
获取或设置凭据将传递至的数据源的名称。Gets or sets the name of the data source to which to pass credentials. String
.String
.
public:
property System::String ^ DataSourceName { System::String ^ get(); void set(System::String ^ value); };
public string DataSourceName { get; set; }
member this.DataSourceName : string with get, set
Public Property DataSourceName As String
Property Value
一个 String
包含数据源名称的。A String
containing the data source name.