다음을 통해 공유


FunctionName 속성

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Property FunctionName As String
    Get
    Set
‘사용 방법
Dim instance As BreakpointInfo
Dim value As String

value = instance.FunctionName

instance.FunctionName = value
public string FunctionName { get; set; }
public:
property String^ FunctionName {
    String^ get ();
    void set (String^ value);
}
member FunctionName : string with get, set
function get FunctionName () : String
function set FunctionName (value : String)

속성 값

유형: System. . :: . .String