DeploymentScriptStep.Text 属性

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property Text As String
    Get
    Set
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DeploymentScriptStep 类

Microsoft.Data.Schema.Build 命名空间